To build docker image use command
sudo docker build -t ts-api:latest .
To up all services use commandsudo docker-compose up
To stop services use ctrl + c
To down all services (recomended at the end)sudo docker compose down
The project has to http routes
"http://localhost:3000/login"
"http://localhost:3000/validate"
Project include integration tests with mock data
username: David
password: test
After the all services is running with docker you can check requests manually with postman and also you can see logs and test results in terminal