Skip to content

The server-side web catalog built using Python and Flask.

Notifications You must be signed in to change notification settings

BillyTseng/web-catalog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 

Repository files navigation

Web Catalog Application

This project presented a Python script uses Flask to build a web catalog website. This website provided functions to create, read, update, and delete to query a SQLite database, and it has integrated with Google sign-in to distinguish the different users with different permission to edit/delete items. Also, this project implemented JSON API endpoints to help users to obtain the structured data of full catalog or an arbitrary item in the catalog. The main code is located here.

About

The server-side web catalog built using Python and Flask.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 71.7%
  • HTML 23.0%
  • Ruby 4.4%
  • CSS 0.9%