CS3219-AY2324S1 / ay2324s1-course-assessment-g11

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

Enhance Docker dev deployment and CI #65

Closed yhtMinceraft1010X closed 11 months ago

yhtMinceraft1010X commented 11 months ago

Commit Message

Let's add more steps to the CI pipeline and add support for running
the application on Docker compose.

Details on Docker Compose

Docker compose is run under the development environment.

NOTE:

ong6 commented 11 months ago

Is this ready for review - if yes, please request a review from me

yhtMinceraft1010X commented 11 months ago

LGTM - I'm wondering for socket connections does it go through the API gateway or directly to the backend API?

For the room sockets, I haven't worked out the details yet.