Working Environment
Smart-contract Installation Instructions
Back-end Installation Instructions
Front Installation Instructions
Testing Usage
- first you need to download the node modules:
npm install- then you can start the server (port 4000):
npm startSwagger-UI available at http://localhost:4000/api-docs/
- first you need to download the node modules:
npm installor
yarn install- then you can start the server (port 3000):
npm start