This is a repository for peerprep which is developed as a CS3219 project by Group 2
- Ensure that you have
docker
installed - Rename the
.env.sample
to.env
- Run
docker-compose pull
in order to get the latest images for the deployment - Run
docker-compose --env-file .env up -d
- Go to
localhost:3000
to test the application