Due to limitations of MongoDB in terms of database consistency this implementation has been abandoned. Go to: https://github.com/DTURoadrunners/VCAPI
- Node and npm
- MongoDB: Make sure you have your own local or remote MongoDB database URI configured in
server.js
# TODO config file
- Install the application:
npm install
- Place your own MongoDB URI in
server.js
- Start the server:
npm run start
- READ API
http://localhost:3000