You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.