Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/damyanbogoev/flask-bookshelf
Flask Series
https://github.com/damyanbogoev/flask-bookshelf
flask flask-series python
Last synced: 3 months ago
JSON representation
Flask Series
- Host: GitHub
- URL: https://github.com/damyanbogoev/flask-bookshelf
- Owner: damyanbogoev
- Created: 2015-04-21T07:58:36.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-05-16T11:17:13.000Z (over 1 year ago)
- Last Synced: 2024-08-02T17:36:13.323Z (6 months ago)
- Topics: flask, flask-series, python
- Language: Python
- Size: 232 KB
- Stars: 345
- Watchers: 30
- Forks: 72
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flask Series [![Travic CI](https://travis-ci.org/damyanbogoev/flask-bookshelf.svg?style=flat)](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.*