Skip to content

anthonynmh/ay2324s1-course-assessment-g32

 
 

Repository files navigation

Review Assignment Due Date

Important

Do not test while on NUS grounds or connected (either directly or indirectly) to NUS Wifi.
(NUS networks blocks MongoDB Atlas which is required by our application.)

PeerPrep

Welcome to PeerPrep, your ultimate solution for mastering technical interviews through the power of collaboration!

Access it here: http://peerprep.online/

Application Installation and Setup

Click for instructions for the respective modes:

Resources for Developer / Tester

Software

For development, you may also want to install:

Documentation

Micro-services

You can start individual services separately to test them.

However, as there are dependencies among the services, they might not function normally standalone.

Run them in different terminals:

  • Auth service: npm run start:auth
  • User service: npm run start:user
  • Question service: npm run start:question
  • Match service: npm run start:match
  • Collaboration Service: npm run start:collab
  • History Service: npm run start:history
  • Execution Service: npm run start:execution
  • Frontend: npm run start:frontend

For clarifications, do leave your questions at Feedback PR created in our repository.

About

ay2324s1-course-assessment-g32 created by GitHub Classroom

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.6%
  • CSS 4.0%
  • Dockerfile 2.5%
  • HTML 0.9%