Skip to content

cmwedge/FSWD-P3_CatalogApp

Repository files navigation

Catalog Application: README

Prerequisite Libraries:

  • sqlalchemy
  • bleach
  • oauth2client
  • requests
  • httplib2
  • Flask

Install/Start:

  1. Copy files to desired location.
  2. Execute: python database_setup.py
  3. Execute: python populate_database.py
  4. Execute: python application.py

Use: Navigate to http://localhost:8000 for standard web page experience. Alternatively, the following API endpoints are exposed to display item information in JSON format:

Notes:

  • Application only allows logins from Google+ accounts.
  • Much of the user handling logic in application.py is based on class exercise code.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published