NUS Reviews is a student-only community where NUS students can safely and anoymously shared their reviews and opinions of courses in NUS.
- Docker Compose
- Yarn
- Run
cp backend/.env.development backend/.env
- Run
yarn
to install all dependencies - Run
docker-compose up
to start the database - Run
yarn workspace backend start
to start the backend server app - Run
yarn workspace frontend-cra start
to start the frontend webapp
For detailed information, check the readmes in the backend
and frontend-cra
subdirectories.