Skip to content

potluck-lambda/backend2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heroku Link - https://potluckplanner-2.herokuapp.com/

/auth/

Login as a registered user - grants a token upon success - [POST] - /auth/login

Sign up to be a user - [POST] - /auth/sign-up

/api/users

Create a new user - [POST] - api/users/

Get all available users - [GET] - api/users/

Get a specific user - [GET] - api/users/:id

Update a user - [PUT] - api/users/:id

Delete a user - [DELETE] - api/users/:id

/api/potlucks

Create a new potluck - [POST] - api/potlucks/

Get all available potlucks - [GET] - api/potlucks/

Get a specific potluck - [GET] - api/potlucks/:id

Update a potluck - [PUT] - api/potlucks/:id

Delete a potluck - [DELETE] - api/potlucks/:id

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors