Skip to content

Zjolie/ToDoList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple application that creates a RESTful Express API. It will give users the ability to CREATE, READ, UPDATE, and DELETE items from a To Do list.

In order to view all of the To Do items in this application, make an HTTP GET request to /api/items

To create a new To Do item in this application, make an HTTP POST request to /api/items .. it should look like this:

{
    "id": 3;
    "item": "the name of the thing we're including";
    "completed": false
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published