Welcome! Let's visualize some courses! Built by Maddie, Jovana, Abdullah, Jacob, Alistair and Dhruvi
- Visit http://cis4250-06.socs.uoguelph.ca/ to see our web app.
- Start our Electron app and test it out
- Run our tests
Here's where you can find all our stuff. Each directory has a README with specific instructions.
├── src
│ ├── API # api stuff
│ ├── electronapp
│ │ ├── course-finder # electron app
│ ├── html # web app
│ ├── server
│ │ ├── vm_etc_nginx # server stuff
│ ├── scraper # webadvisor scraper
└── README.md