coursetable / coursetable

Code powering the CourseTable website
https://coursetable.com
MIT License
58 stars 21 forks source link
college courses graphql hasura react reviews typescript university vercel yale

Coursetable

Maintainability GitHub commit activity GitHub contributors HitCount

Production CD Staging CD Ferry Run

Ferry DB Snapshot User DB Backup

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:

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