-
Clone the repository (if not already done):
git clone <repository-url> cd urmc-sign-in
-
Create and activate a virtual environment:
python3 -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate
-
Install required packages:
pip install -r requirements.txt
-
Set up Google API credentials:
- Place your
client_secrets.jsonfile in theweb/directory - This file should contain your Google OAuth 2.0 credentials
- Place your
-
Configure Envrioment Variables:
- Place the
.envfile in thebackend/directory - This file should contain supabase and slack variables
- Place the
-
Navigate to the web directory:
cd web -
Run the Flask application:
python3 app.py
-
Access the application:
- Open your web browser and go to
http://localhost:8080 - You'll be redirected to Google OAuth for authentication
- Open your web browser and go to