Python/Flask-based Team Management App
Clone or download this repo and rename to your desire
Configure database settings in /instance/config.py
Edit the settings to reflect your own, i.e SQLALCHEMY_DATABASE_URI = 'mysql://database_username:database_password@localhost/payaya'
Navigate into the project directory i.e cd avengers-initiative
All our bash commands will be made from this directory.
Drop into the virtual environment by typing virtualenv venv
Activate the virtual env by typing . venv/bin/activate
To set up the app environment, type export FLASK_APP=run.py
Type flask run
to get the Flask Server running
You'll be provided with a link to view the app in your browser