Skip to content

A simple todo API written with JavaScript(Nodejs), with a get endpoint to get or return available todo lists, a post endpoint to create anew todo item and persist it on a data base, a delete endpoint to remove a list of todo from the database, and a patch to edit todos's on the database.

Notifications You must be signed in to change notification settings

boniface193/node_todo_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

this is a simple todo api, to master a crud app

About

A simple todo API written with JavaScript(Nodejs), with a get endpoint to get or return available todo lists, a post endpoint to create anew todo item and persist it on a data base, a delete endpoint to remove a list of todo from the database, and a patch to edit todos's on the database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published