This project provides simple backend for Contracts app implementations (e.g. with Angular: https://github.com/antonborisoff/contracts-angular).
- Clone the repo
- Run
npm install
in a new Git Bash terminal - Run
npm run server
in the same terminal to start the local server - Go to
http://localhost:9000/status
to check if the server is running (should return 200 OK { "server": "running" })