PopDiana / to-do-list-rest-api

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:JavaScript 100.0%