A website to review UNSW courses and electives.
Type: feature, task, bugfix, refactor [type]/UNI-XXX-[opt. description-in-kebab-case]
e.g. feature/UNI-777-the-brown-fox
- Add firebase secrets to a .env file for migration (speak to directors for this)
- Run
source .envonce you have added the file - Run
docker compose up - If you want to migrate the old data from v1 to v2 then you need to run these two commands:
curl -X POST localhost:8080/api/v1/migrate/coursescurl -X POST localhost:8080/api/v1/migrate/reviews
- Run
npm run dev:localin thefrontendfolder to run the frontend with the backend on your local machine.