Python Flask app set up with basic login system and view blueprints.
Rename sample_config.json to config.json and set a secret key
Set the environment variable FLASK_APP=app, and start app with flask run
Pip packages:
- flask 2.2.x
- flask-bcrypt 1.0.1