Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.11 KB

README.md

File metadata and controls

19 lines (14 loc) · 1.11 KB

An online platform for loaning VJC blazers integrated with Google Spreadsheets.

Getting Started

  1. Install the Google App Engine SDK for Python.
  2. Install the Google API Client Library for Python:
    pip install -r requirements.txt -t lib.
  3. Create a OAuth Client ID for Google Spreadsheets using Google Cloud Console.
    Use http://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.
  4. Download and save the JSON file as client_secrets.json.
  5. Run the app using the App Engine Launcher.

Notes: