This is the server for the CarParker project. It implements a REST API to be used by the mobile applications.
In order to install the dependencies, run:
npm install
Please make sure that the Mongo daemon is running first.
Then, to launch the server, run:
npm start or node server.js
Run:
npm test