Skip to content

test project, TODOLIST, that allows adding, deleting, and updating customer records stored on a database via an API

Notifications You must be signed in to change notification settings

kleeio/Test_Project_JS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test_Project_JS

test project, TODOLIST, that allows adding, deleting, and updating customer records stored on a database via an API

TodoList Project - Node.js Assignment: Create an API that can do the following requests

POST: Create a TodoList
GET: Get al of the TodoLists
POST: Create a TodoItem for a specific list
GET: Get all the TodoItem's in the TodoList
PUT:  Update a TodoItem and mark it as done
DELETE: Delete a TodoListItem
DELETE: Delete a TodoList

About

test project, TODOLIST, that allows adding, deleting, and updating customer records stored on a database via an API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published