A template to quickly standup a flask webapp with bootstrap and a database.
Go to file Use this template
Maxim Stewart 4f076b9497 Fixed windows side packages; changed start script to scripts... 2020-02-23 23:39:15 -06:00
src Fixed windows side packages; changed start script to scripts... 2020-02-23 23:39:15 -06:00
LICENSE Initial commit 2019-11-01 16:45:48 -05:00
README.md Initial push... 2019-11-01 17:54:25 -05:00
requirements-linux.txt Fixed windows side packages; changed start script to scripts... 2020-02-23 23:39:15 -06:00
requirements-windows.txt Fixed windows side packages; changed start script to scripts... 2020-02-23 23:39:15 -06:00

README.md

Flask-Project-Template

A template to quickly standup a flask webapp with bootstrap and a database.

Dependencies

sudo apt install python3

Setup

*** Change directory to Flask-Project-Template/ or rename the folder before doing so.

python3 -m virtualenv ./

source bin/activate

pip install -r requirements.txt

cd src/

./start.sh

Notes

Make sure to change the port in the start script as needed. Have fun!