This repository was archived by the owner on Sep 29, 2022. It is now read-only.
danielblignaut/catalog
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
#Catalog Project This project makes use of some simple html flask templates that integrate with Google and facebook OAuth2 providers to create a login system with user basic ACL's. It also implements a JSON RESful API for all CRUD Operations and shows off an example of an atom feed. The application can be started by: 1. opening postges (psql) 2. running \i table.sql 3. running the application (python main.py) 4. navigating to http://localhost:5000 ##Dependencies Please note that this project requires Flask v.0.9 and Werkzeug v0.8.3 enjoy!