Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 968 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 968 Bytes

TorontoCatRescue

Codacy Badge Build Status

Database management and information entry for Toronto Cat Rescue: Gift the Code 2018

Dependencies:

  • flask
  • flask-oauth
  • wtf-flask
  • gspread
  • oauth2client

Dev environment setup

## 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