Closed thewro11 closed 10 months ago
The acceptance criteria of this issue has been updated. It is now:
docker compose up
command to also run the backend application along with MySQL server.You can commit your code to main
. You don't have to create any additional branches at this moment.
As we have discussed about system architecture of this project. We decided to have 3 micro-services including API backend, Line webhook frontend, and web application frontend. For this instance, we need to initialize the API backend server to be working on the next progressing steps.
Acceptance Criteria:
docker compose up
command to also run the backend application along with MySQL server.