- Notifications
You must be signed in to change notification settings - Fork23
Code powering the CourseTable website
License
NotificationsYou must be signed in to change notification settings
coursetable/coursetable
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Coursetable is made of two big parts:
- Website: The site you see when you go tocoursetable.com. The code for this – the front-end site as well as the back-end server that handle user actions – is contained within this repository.
- Crawler: The scripts behind the scenes that actually get all the data from Yale’s websites. The code for this is in ourferry repository.
The various functions of the website are compartmentalized as follows:
/api
: Source code for API server with Docker Compose configuration for backend logic./frontend
: The current face of the site, built with React.
Check outour contributing guide.
Deployments are automatically handled via GitHub Actions workflows. If necessary, you can also manually deploy. For all instructions relevant to deploying our code, seedocs/deployment.md
.
About
Code powering the CourseTable website