A template to quickly standup a flask webapp with bootstrap and a database.
Go to file Use this template
Maxim Stewart 26759f5a70 auto focus on tags 2020-03-14 17:17:50 -05:00
src auto focus on tags 2020-03-14 17:17:50 -05:00
.gitignore added ignore file 2020-03-14 13:41:47 -05:00
LICENSE Initial commit 2019-11-01 16:45:48 -05:00
README.md Update README.md 2020-03-03 21:29:20 -06:00
requirements-linux.txt Update requirements-linux.txt 2020-03-14 03:45:24 -05:00
requirements-windows.txt Update requirements-windows.txt 2020-03-14 03:46:03 -05: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 venv venv/

Linux/Mac source bin/activate

Windows source bin/Scripts/activate

Linux/Mac pip install -r requirements-linux.txt

Windows pip install -r requirements-windows.txt

cd src/

Linux/Mac ./start-linux.sh

Windows ./start-windows.sh

Notes

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