Conference-events

Usage

python3 -m venv venv
source venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
cd app
python app.py

If you would like to run flask run command, you will need to set the following environment variables

export FLASK_APP=app.py
export FLASK_ENV=development