Flask app using modular blueprints.
The structure is a combination of Large app how to and overholt.
Features:
- Flask-Security
- Jinja2 template engine
- Twitter Bootstrap
This web app requires these programs:
- Python 3.9.16
- pip
- python3.10-venv
$ python3 -m venv venv
$ source venv/bin/activate
$ source venv/bin/activate
$ pip install -r requirements.txt
$ python seed.py
$ python run.py