-
Download Docker and Docker Compose
-
Download the Chromedriver to your desired location: https://sites.google.com/chromium.org/driver/
-
Add the folder containing the geckodriver to your
$PATH
-
Place r.env files in each folder:
web
-
Run
cd getCourseData
-
Run
pip install -r requirements.txt
-
Run
python3 get_previous_class_schedules.py
-
cd web
-
npm install
-
npm run dev