Blueprint controller 84/76084/1
authorArundathi Patil <arundpil@in.ibm.com>
Mon, 21 Jan 2019 16:13:47 +0000 (21:43 +0530)
committerIBM602-PC0F1E3C\Arundathi <arundpil@in.ibm.com>
Mon, 21 Jan 2019 16:13:55 +0000 (21:43 +0530)
commite679ac7fe9e8f421f13efaf43262b5e654c6b6fc
tree5be4b9b218ed673f65c9a9d651507afd827139c0
parent67f1b20976a599da6da08cf6b903432a69b7a5d9
Blueprint controller

Added blueprint controlller. All the rest calls to backend to upload a
blueprint will be called through this controller

Issue-ID: CCSDK-943
Change-Id: Ifd6bed47a4b9fe212e8651d41ebca0f47955eee9
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
cds-ui/server/src/controllers/blueprint-rest.controller.ts [new file with mode: 0644]
cds-ui/server/src/datasources/db.datasource.json [new file with mode: 0644]
cds-ui/server/src/datasources/db.datasource.ts [new file with mode: 0644]
cds-ui/server/src/datasources/index.ts [new file with mode: 0644]
cds-ui/server/src/models/blueprint.model.ts [new file with mode: 0644]
cds-ui/server/src/models/index.ts [new file with mode: 0644]
cds-ui/server/src/repositories/blueprint.repository.ts [new file with mode: 0644]
cds-ui/server/src/repositories/index.ts [new file with mode: 0644]