CS3219-AY2324S1 / ay2324s1-course-assessment-g11

ay2324s1-course-assessment-g11 created by GitHub Classroom
MIT License
3 stars 2 forks source link

Matching Service - design matching service API routes #22

Closed ong6 closed 11 months ago

ong6 commented 1 year ago

We have to consider the following api use cases:

  1. User submitting a matching request
  2. User finds another suitable user
  3. User is notified of match

We should also consider how to store this, we could use an event queuing system or Redis to store the waiting users.