Skip to content

Back End Repo for my List App. A full stack web application designed for users to create their own lists for productivity. Users can create list items, view their list and delete list items.

Notifications You must be signed in to change notification settings

NSurawski/list-app-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Listy

About

A full stack web application designed for users to create their own lists for productivity. Users can create list items,view their list and delete list items.

Front End Repo & Deployed Links

Front End Repository

Front End Deployed

Back End Repo and Deployed Links

Back End Repository

Back End Deployed

ERD

ERD

Catalog of Routes

Authentication Routes:

Action Method Path
Sign-Up POST /sign-up
Sign-In POST /sign-in
Change-Password PATCH /change-password
Sign-Out DELETE /delete

List Routes: (Token Required)

Routes Method Path
Create POST /lists
Index User GET /lists/user
Delete DELETE /lists/:id

Technologies Used:

  • Javascript
  • Express
  • Mongoose

About

Back End Repo for my List App. A full stack web application designed for users to create their own lists for productivity. Users can create list items, view their list and delete list items.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published