A simple Node/MongoDB todo REST API
Simple Todo REST API built with Node, Express and MongoDB. Supports GET, POST, PUT and DELETE requests.
- [Git] (https://git-scm.com/)
- [Node] (https://nodejs.org/en/)
- [MongoDB] (https://www.mongodb.com/)
Start MongoDB locally specifying the [data path] (https://docs.mongodb.com/manual/reference/program/mongod/#cmdoption--dbpath).
mongod --dbpath=data
Clone this repository:
git clone https://github.com/micopc/node-todo-api.git
Navigate to the project Folder:
cd node-todo-api
Install dependencies:
npm install
Start server:
npm start
MIT