/to-do-list-rest-api

Node.js REST API for a to-do list app

Primary LanguageJavaScript

Required software

!!! Important !!!

Please make sure after installing the MongoDB server to create an empty directory tree at this path C:/data/db.

Run the project

  • Open a command prompt from the start menu and type mongod to start the MongoDB server.
  • $ npm install - to install the required packages
  • $ npm run start - to start the REST API application
  • Fire requests at http://localhost:3000/api/... endpoints.