#Project for the 2023 Minnehack event

Running Locally:

pip install -r requirements.txt

python app.py

./auth/keys.json format: {"admin_google_ids":["xxxxx"],"app_key":"xxxx","web":{"client_id":"xxxxx","project_id":"xxxxxx","auth_uri":xxxxx","token_uri":"xxxxx","auth_provider_x509_cert_url":"xxxxx","client_secret":"xxxxx","redirect_uris":["https://localhost:5000/login/callback"],"javascript_origins":["http://localhost:5000"]}}