Skip to content

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

License

Notifications You must be signed in to change notification settings

Catalist-TCR/TorontoCatRescue

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published