This is my Technical Challenge from YouApp.
Clone the project
git clone https://github.com/alvinbudih/youapp-test.gitGo to the user-service directory
cd youapp-test/user-service/Copy .env.example file to .env
cp .env.example .envBack to root directory
cd ..Run docker compose
docker compose up -d --build