There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
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.