Database management and information entry for Toronto Cat Rescue: Gift the Code 2018
Dependencies:
- flask
- flask-oauth
- wtf-flask
- gspread
- oauth2client
## Set up virtual environment
python3 -m venv env
# Linux
source env/bin/activate
# Windows
env\Scripts\activate.bat
## Install requirements
pip install -r requirements/dev.txt
## Create config file
cp config.py.example config.py
## Edit config.py and insert Google oauth api credentials
## Run app
python main.py