DEVPOST: https://devpost.com/software/the-mcgill-map
Ever wanted to see all courses happening at a specific time and day at McGill? Well now you can!
- mySQL Server
- mySQL Workbench
- Python 3.8+
- npm
- Create new schema in mySQL Workbench called "campus_w24"
- Set up the two .env files with the right information
git clone https://github.com/mn297/mcgillcampus.git
cd
to project directorypython app.py
cd mcgill_map_frontend
npm i
npm run build
npm run dev
- Go to
localhost:5173
on your web browser