LeetWarriors is an coding collaboration platform and peer matching system where students can find peers to practice whiteboard style interview questions together.
Navigate to the following individual services to set up and run them locally:
Finally, start running the frontend service by following this guide.
The application should start locally at http://localhost:3000.
frontend url: https://frontend-lemon-one.vercel.app/signup/
user-service url: https://user-service-q563p73okq-as.a.run.app/
matching-service url: https://matching-service-q563p73okq-as.a.run.app/
question-service url: https://question-service-q563p73okq-as.a.run.app/
history-service url: https://history-service-q563p73okq-as.a.run.app/
communication-service url: https://communication-service-q563p73okq-as.a.run.app/
editor-service url: https://editor-service-q563p73okq-as.a.run.app/
- Production
- Runs on production endpoints (Cloud Run deployments), production DB
- Test
- Runs on production endpoints, production-test DB
- Development
- Runs on local endpoints (localhost), local DB
Please refer to the report folder for our final report.