Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 440 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 440 Bytes

contracts-backend

This project provides simple backend for Contracts app implementations (e.g. with Angular: https://github.com/antonborisoff/contracts-angular).

How to start

  1. Clone the repo
  2. Run npm install in a new Git Bash terminal
  3. Run npm run server in the same terminal to start the local server
  4. Go to http://localhost:9000/status to check if the server is running (should return 200 OK { "server": "running" })