Family Recipe web application for keeping track of your favorite recipes.
http://www.kennedyfamilyrecipes.com
Keeps track of all your recipes.
In the top-level folder, run the development server: % python run.py
Go to your favorite web browser and open: http://locallhost:5000
- Flask - web framework
- Jinga2 - templating engine
- SQLAlchemy - ORM (Object Relational Mapper)
- Flask-Bcrypt - password hashing
- Flask-Login - support for user management
- Flask-Migrate - database migrations
- Flask-WTF - simplifies forms
- itsdangerous - helps with user management, especially tokens
This application is written using Python 3.4.3. The database used is PostgreSQL.
In the top-level folder: % nose2
For running a specific module: % nose2 -v project.tests.test_recipes_api