Skip to content

urmc-cornell/urmc-sign-in

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation & Setup

  1. Clone the repository (if not already done):

    git clone <repository-url>
    cd urmc-sign-in
  2. Create and activate a virtual environment:

    python3 -m venv venv
    source venv/bin/activate  # On Windows: venv\Scripts\activate
  3. Install required packages:

    pip install -r requirements.txt
  4. Set up Google API credentials:

    • Place your client_secrets.json file in the web/ directory
    • This file should contain your Google OAuth 2.0 credentials
  5. Configure Envrioment Variables:

    • Place the .env file in the backend/ directory
    • This file should contain supabase and slack variables

Running the Application

  1. Navigate to the web directory:

    cd web
  2. Run the Flask application:

    python3 app.py
  3. Access the application:

    • Open your web browser and go to http://localhost:8080
    • You'll be redirected to Google OAuth for authentication

About

Sign in system to incentivize member participation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •