This is just a basic prototype for Trackboard Backend.
First, make sure to have json-server installed:
npm install -g json-serverThen, go to the project's folder and run:
json-server --watch db.jsonThat's it.
This is just a basic prototype for Trackboard Backend.
First, make sure to have json-server installed:
npm install -g json-serverThen, go to the project's folder and run:
json-server --watch db.jsonThat's it.