Skip to content

coursetable/coursetable

Repository files navigation

Coursetable

Maintainability GitHub commit activity GitHub contributors HitCount

Production CD Staging CD Ferry Run

Coursetable is made of two big parts:

  1. Website: The site you see when you go to coursetable.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.
  2. Crawler: The scripts behind the scenes that actually get all the data from Yale’s websites. The code for this is in our ferry repository.

Repository Layout

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.

How to develop

Check out our contributing guide.

How to deploy

Deployments are automatically handled via GitHub Actions workflows. If necessary, you can also manually deploy. For all instructions relevant to deploying our code, see docs/deployment.md.

powered-by-vercel