Skip to content

ikeadeoyin/Crud-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crud-API

This is a CRUD App that allows a user create, read, update and delete an item from a todo list.

Get Started

  • Git clone this repo to your computer
  • Open the folder in a command line and run node app.js
  • On your browser, open http://localhost/3000

Endpoints

  • create: POST http://localhost/3000/todo/todos`
  • read:GET http://localhost/3000/todos
  • update:PATCH http://localhost/3000/todo/:id
  • delete: DELETE http://localhost/3000/todo/:id

Technologies Used:

  • Node.js
  • Express
  • Mongodb/Mongoose

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published