fabric-samples/asset-transfer-basic/rest-api-typescript
James Taylor e81a7a8b46 Update port number config
Discovered that env-var will validate port numbers, which is nice

Signed-off-by: James Taylor <jamest@uk.ibm.com>
2021-12-14 14:31:20 +00:00
..
scripts retry count check 2021-12-14 14:31:18 +00:00
src Update port number config 2021-12-14 14:31:20 +00:00
.dockerignore docker file for app 2021-12-14 14:31:17 +00:00
.env.sample switch gateway based on user org 2021-12-14 14:31:15 +00:00
.eslintrc.json Fix dist output 2021-12-14 14:31:15 +00:00
.gitignore Initial REST API skeleton 2021-12-14 14:14:56 +00:00
.prettierrc.json Initial REST API skeleton 2021-12-14 14:14:56 +00:00
demo.http Update api key header 2021-12-14 14:31:13 +00:00
docker-compose.yaml docker file for app 2021-12-14 14:31:17 +00:00
Dockerfile docker file for app 2021-12-14 14:31:17 +00:00
jest.config.ts Initial test framework 2021-12-14 14:31:15 +00:00
package-lock.json Initial test framework 2021-12-14 14:31:15 +00:00
package.json Initial test framework 2021-12-14 14:31:15 +00:00
README.md Initial REST API skeleton 2021-12-14 14:14:56 +00:00
tsconfig.json Fix dist output 2021-12-14 14:31:15 +00:00

Asset Transfer REST API Sample

Prototype sample REST server to demonstrate good Fabric Node SDK practices