Releases: CS3219-AY2425S1/cs3219-ay2425s1-project-g16
Releases · CS3219-AY2425S1/cs3219-ay2425s1-project-g16
Milestone 4 - Matching Logic
Provides a Docker Compose cluster that allows 2 users to match with each other, and for many users to match against each other on a first-come, first-serve basis.
Milestone 3 - Dockerization
This release allows you to run the entire app as its own standalone Docker Compose cluster.
Milestone 2
With this release, we provide a Question SPA running at http://localhost:5173.
It interfaces with:
- A Question Service running at http://localhost:9002
- A database running at http://localhost:5433
- A User Service running at http://localhost:9001
- A database running at http://localhost:5431
It provides:
- Sign Up/Login functionality (forgot password is WIP, requires setting up of magic links)
- List/View of questions and their details