Skip to content

micopc/node-todo-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-todo-api

A simple Node/MongoDB todo REST API

Description

Simple Todo REST API built with Node, Express and MongoDB. Supports GET, POST, PUT and DELETE requests.

Requirements

Setup

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

License

MIT

About

A simple Node/MongoDB todo REST API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published