Skip to content

AlexandreCarlos/webbp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Flask Foundation Build Status

Documentation is located at https://jackstouffer.github.io/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

Best practices were learned from:

DB init and migration

Once you have installed your DBMS, run the following to create your app's database tables and perform the initial migration:

::

python manage.py db init
python manage.py db migrate
python manage.py db upgrade
python manage.py server

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.

Learn Markdown

About

Web Blood Pressure Diary Log with Python Flask (alternative approch)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published