Clone this project with all other services
git clone --recurse-submodules https://github.com/KU-Wongnai/ku-wongnai.git
Create docker network
docker network create ku-wongnai_ku-wongnai
Run This command to start MySQL, Redis, Mailpit, RabbitMQ, PHPMyAdmin at the root of the project
docker-compose up -d
After that, you can go to each service and run
docker-compose up -d
to start the service located in src
folder
You can running the test with JMeter
For the test to be passed you need to have this account in user-service
database
Add this account to user-service
database by making a POST request to http://localhost:8090/register
with this body
{
"name": "Weerawong Vonggatunyu",
"email": "[email protected]",
"password": "12345678",
"password_confirmation": "12345678"
}