Skip to content

Latest commit

 

History

History
71 lines (42 loc) · 1.72 KB

README.md

File metadata and controls

71 lines (42 loc) · 1.72 KB

Todo-List

A REST API built with Node, Express and Mongo db.

Getting Started

These instruction will guide you to get a copy of the project and running on your local machine for development.

Prerequisities

Dependencies

  • express - a web application framework for node.js
  • mongoose - a MongoDB ODM (the NoSQL equivalent of an ORM) for Node
  • body-parser - parse incoming request bodies in a middleware before your handlers

dev-depencencies

  • nodemon - automatically reload node server, however not necessary.

Installing

  • Clone the repository
git clone https://github.com/NibeshSdev/todolist.git
  • Install all dependencies
npm install
  • Run the mongo server

You need to install mongo globally to use the following command.

mongod

Otherwise go to mongo installation directory > bin > mongod.exe

  • Run the application
npm run start

Then use the following URLs for fetching, inserting, updating and deleting data.

URLs available

Authors

  • Nibesh Shankhadev