https://github.com/damyanbogoev/flask-bookshelf
Flask Series
https://github.com/damyanbogoev/flask-bookshelf
flask flask-series python
Last synced: about 1 year ago
JSON representation
Flask Series
- Host: GitHub
- URL: https://github.com/damyanbogoev/flask-bookshelf
- Owner: damyanbogoev
- Created: 2015-04-21T07:58:36.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-05-16T11:17:13.000Z (about 3 years ago)
- Last Synced: 2024-11-07T00:39:34.916Z (over 1 year ago)
- Topics: flask, flask-series, python
- Language: Python
- Size: 232 KB
- Stars: 345
- Watchers: 30
- Forks: 70
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flask Series [](https://travis-ci.org/damyanbogoev/flask-bookshelf)
A project describing how to implement a Flask based application.
Detailed information about the Flask Series steps can be found here.
- Prepare the Environment
- Structure the Application
- Application Configuration
- Templating
- Model
- Testing
- Views and Web Forms
- Error Management
- Security
- Optimizations: Caching, GZIP Compression and CDN
- Health Checking and Monitoring
- Internationalization
- Deployment
*The demo application is updated with the latest major Flask 1.0 release.*