Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.


  1. Prepare the Environment

  2. Structure the Application

  3. Application Configuration

  4. Templating

  5. Model

  6. Testing

  7. Views and Web Forms

  8. Error Management

  9. Security

  10. Optimizations: Caching, GZIP Compression and CDN

  11. Health Checking and Monitoring

  12. Internationalization

  13. Deployment

*The demo application is updated with the latest major Flask 1.0 release.*