Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/JackStouffer/Flask-Foundation

A solid foundation for your flask app
https://github.com/JackStouffer/Flask-Foundation

Last synced: 3 months ago
JSON representation

A solid foundation for your flask app

Awesome Lists containing this project

README

        

# Flask Foundation
[![Build Status](https://travis-ci.org/JackStouffer/Flask-Foundation.png)](https://travis-ci.org/JackStouffer/Flask-Foundation)

There is a cookiecutter version of this repo at [https://github.com/JackStouffer/cookiecutter-Flask-Foundation](https://github.com/JackStouffer/cookiecutter-Flask-Foundation).

Documentation is located at [https://jackstouffer.com/flask-foundation/](https://jackstouffer.com/flask-foundation/)

Flask Foundation is a solid foundation for flask applications, built with best practices, that you can easily construct your website/webapp off of. Flask Foundation is different from most Flask frameworks as it does not assume anything about your development or production environments. Flask Foundation is platform agnostic in this respect.

Built off of the [bootstrapy project](https://github.com/kirang89/bootstrapy)

Best practices were learned from:

* [Creating Websites With Flask](http://maximebf.com/blog/2012/10/building-websites-in-python-with-flask/)
* [Getting Bigger With Flask](http://maximebf.com/blog/2012/11/getting-bigger-with-flask/)
* [Larger Applications With Flask](http://flask.pocoo.org/docs/patterns/packages/).

## License

Flask-Foundation is licensed under the BSD license. For more info see LICENSE.md

# Want to learn more about Flask?

I also wrote a book on Flask! You can order it [here](https://www.packtpub.com/web-development/mastering-flask).