Skip to content

CS3219-AY2425S1/cs3219-ay2425s1-project-g48

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Review Assignment Due Date

CS3219 Project (PeerPrep) - AY2425S1

Group: G48

Note:

  • You can choose to develop individual microservices within separate folders within this repository OR use individual repositories (all public) for each microservice.
  • In the latter scenario, you should enable sub-modules on this GitHub classroom repository to manage the development/deployment AND add your mentor to the individual repositories as a collaborator.
  • The teaching team should be given access to the repositories as we may require viewing the history of the repository in case of any disputes or disagreements.

Quick start guide

Run app with docker

  • Read the guides of the backend services and frontend services to setup the .env file.
  • For each service, copy the .env.sample file and rename it to .env
  • For the user and question service, update the MONGODB_CLOUD_URI with ur mongodb atlas uri if you are using PROD mode.
  • To start the app, cd to the backend folder and run the command docker compose up.
  • To stop the app, run the command docker compose down.

About

nus-cs3219-ay2425s1-cs3219-ay2425s1-project-project-template created by GitHub Classroom

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 75.3%
  • JavaScript 14.3%
  • Go 8.5%
  • Other 1.9%