Skip to content

Backend of a "Secret Santa" app that allows users to find gifts for their loved ones.

Notifications You must be signed in to change notification settings

aimyv/happy-holidays-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Happy Holidays (backend)

Deployed on:

Routes

HTTP Method Route Explanation
GET / 'Hello, from Flask!'
POST /register Register
POST /login Login
GET /logout Logout
GET /users List all users
GET /users/:name Get user by name
DELETE /users/:name Delete user by name
GET /users/:name/wants Get a specific user's wants
GET /users/:name/dislikes Get a specific user's dislikes
GET /users/:name/dreams Get a specific user's dreams
GET /users/:name/wishlist Get a specific user's wishlist (wants, dislikes, dreams)
GET /users/:name/friends Get a specific user's friends
POST /users/:name/friends Add a friend
POST /share Email invite to application
GET /wants List all wants
POST /wants Post a want
GET /wants/:id Get want by id
PUT /wants/:id Marks an item as purchased or unpurchased
DELETE /wants/:id Delete want by id
GET /dislikes List all dislikes
POST /dislikes Post a dislike
GET /dislikes/:id Get dislike by id
DELETE /dislikes/:id Delete dislike by id
GET /dreams List all dreams
POST /dreams Post a dream
GET /dreams/:id Get dream by id
PUT /dreams/:id Marks an item as purchased or unpurchased
DELETE /dreams/:id Delete dream by id

Technologies

  • Flask
  • SQL

About

Backend of a "Secret Santa" app that allows users to find gifts for their loved ones.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published