Skip to content

tevyt/info3180-project4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

info3180-project3

A wish list application built in Flask and Angular

Working application can be found on heroku

API description

  • POST /signup
  • Requires name, email, password and confirmation

    Returns created user

  • POST /login
  • Required email and password

    Returns user and token

  • POST /wishlist/(user_id)
  • Requires "AuthToken: (token)" header to contain a token for this user"

    Adds an item to the wishlist

  • GET /wishlist/(user_id)
  • Returns a users wishlist

  • GET /wishlist/(user_id)/(item_id)
  • Returns an item from a user's wishlist

  • DELETE /wishlist/(user_id)/(item_id)
  • Requires "AuthToken: (token)" header to contain a token for this user"

    Returns an item from a user's wishlist

  • GET /wishlist
  • Returns all users

  • POST /scrape
  • Takes a URL and returns possible thumbnails and title if possible

    About

    A wish list application built in Flask and Angular

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published