Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/JackStouffer/Flask-Foundation
- Owner: JackStouffer
- License: other
- Created: 2013-09-15T06:34:48.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T22:49:21.000Z (over 1 year ago)
- Last Synced: 2024-10-14T10:40:52.302Z (3 months ago)
- Language: Python
- Homepage: https://jackstouffer.com/flask-foundation/
- Size: 1.44 MB
- Stars: 1,288
- Watchers: 41
- Forks: 147
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-flask - Flask-Foundation
- awesome-flask - Flask-Foundation
- awesome-projects-boilerplates - Flask Foundation
- awesome-flask - Flask-Foundation
- starred-awesome - Flask-Foundation - A solid foundation for your flask app (Python)
- jimsghstars - JackStouffer/Flask-Foundation - A solid foundation for your flask app (Python)
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).