Flask Bookshelf (CODE)
Apr 11, 2015
Description
Demo project demonstrating how to implement a Flask based application.
Installation
git clone https://github.com/damyanbogoev/flask-bookshelf.git
Usage
# seeding the database with data
python seed.py
# run the bookshelf app
make run
Changelog
2.0
- migration to Flask 1.0
1.0
- project structure
- application configuration
- modelling and templating
- testing
- security and error management
- monitoring and health checking
- i18n and deployment