This is a Python MVC web application which lets user share their own recipes, with RESTful services.
- Serves dynamic web content according to URI
- Used Google Sign-In, Facebook Login for authentication and authorization.
- Performed server-side rate-limiting for RESTful APIs.
- Used Python, data-driven application design pattern, Redis, JavaScirpt, jQuery, AJAX, Bootstrap, HTML, CSS.
- Python2
- Libraries: python-sqlalchemy, flask, oauth2client, requests, httplib2, redis
- Download this project;
- Set up a Redis service:
redis-server
- Enter into the folder of this project, run
python category_seeds.py
python application.py
- Try on the browser:
localhost:8000