Skip to content

doubledead/FlaskProject

Repository files navigation

FlaskProject

Flask app using modular blueprints.

The structure is a combination of Large app how to and overholt.

Features:

This web app requires these programs:

  • Python 3.9.16
  • pip
  • python3.10-venv

1. First time environment initialization

$ python3 -m venv venv
$ source venv/bin/activate

2. Activate environment

$ source venv/bin/activate

3. Install all required Python libraries

$ pip install -r requirements.txt

4. Initialize database

$ python seed.py

5. Run the Flask project

$ python run.py

About

A Flask app based off community examples.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published