You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 29, 2022. It is now read-only.
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