CS3219-AY2324S1 / ay2324s1-course-assessment-g11

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

User Service #46

Closed yhtMinceraft1010X closed 11 months ago

yhtMinceraft1010X commented 1 year ago

Fixes #30 #27 #11 #52

Let's store custom user data in a postgres database.

gycgabriel commented 12 months ago

Oh wait the socket.io connection is done on the gateway page? @yhtMinceraft1010X

yhtMinceraft1010X commented 12 months ago

Oh wait the socket.io connection is done on the gateway page? @yhtMinceraft1010X

The gateway is meant to sit between the frontend and the backend. So if the frontend wants to make a request to any backend services, it has to pass through the gateway.

This includes events like the user being logged in. @gycgabriel