Coursetable is made of two big parts:
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 out our 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, see docs/deployment.md
.