Skip to content

Latest commit

 

History

History
56 lines (34 loc) · 692 Bytes

File metadata and controls

56 lines (34 loc) · 692 Bytes

LCSC Scheduler

Internal scheduler tool for the Langara Computer Science Club.

Run Locally

Clone the project

  git clone https://github.com/LMSAIH/LCSCScheduler

Go to the project directory

  backend terminal 
  cd backend

  frontend terminal 
  cd frontend

Install dependencies

  frontend terminal
  npm install

Start the server

  backend terminal
  docker-compose up --build

  frontend terminal
  npm run dev

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

SUPABASE_URL

SUPABASE_KEY

REDIS_HOST

REDIS_PORT

FRONTEND_URL

ADMIN_PASSWORD