Skip to content

A REST API built with Node, Express and Mongo db

Notifications You must be signed in to change notification settings

NibeshSdev/todolist

Repository files navigation

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

About

A REST API built with Node, Express and Mongo db

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published