Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 552 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 552 Bytes

This project is deprecated

Due to limitations of MongoDB in terms of database consistency this implementation has been abandoned. Go to: https://github.com/DTURoadrunners/VCAPI

Requirements

  • Node and npm
  • MongoDB: Make sure you have your own local or remote MongoDB database URI configured in server.js # TODO config file

Installation

  1. Install the application: npm install
  2. Place your own MongoDB URI in server.js
  3. Start the server: npm run start
  4. READ API http://localhost:3000

Tutorial Series