Trackboard backend prototype

This is just a basic prototype for Trackboard Backend.

Running

First, make sure to have json-server installed:

npm install -g json-server

Then, go to the project's folder and run:

json-server --watch db.json

That's it.