Skip to content

caiquecaleiro/node-todo-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Todo API

A NodeJS server with CRUD operations on MongoDB.

You're going to need to run your mongod.exe.

You can execute the following requests:

  • GET localhost:3000/todos
  • GET localhost:3000/todos/:id
  • POST localhost:3000/todos
  • DELETE localhost:3000/todos/:id
  • PATCH localhost:3000/todos/:id

Full app

You can run this server and then run this project together.

Installation and usage

Install the app dependencies:

$ npm install

Start the application:

$ npm start

Run the tests:

$ npm run test-watch

Contributors

@author: 'Caique Caleiro < caiquecaleiro@gmail.com >'

About

NodeJS + MongoDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published