An online platform for loaning VJC blazers integrated with Google Spreadsheets.
- Install the Google App Engine SDK for Python.
- Install the Google API Client Library for Python:
pip install -r requirements.txt -t lib
. - Create a OAuth Client ID for Google Spreadsheets using Google Cloud Console.
Usehttp://localhost:8080/oauth2callback
(depending on which port you run the app on) as the redirect URL.
Alternatively, if there are already OAuth Client IDs in the Console, you can use them too. - Download and save the JSON file as
client_secrets.json
. - Run the app using the App Engine Launcher.
Notes:
- The email
[email protected]
must be used. - Some of the pages require admin access.