Concurrent TaskService is a Go application designed to handle incoming HTTP requests concurrently using Goroutines. The project implements a worker pool with concurrently
clean: Removes all containers, volumes, and unused Docker images for a thorough cleanup. " Warning: This will remove all Docker images on your system."
Once the application is running access the Swagger UI documentation at: http://localhost:8080/swagger
A Postman collection has been included for convenient API testing. Import the collection to explore and interact with the API endpoints.
The MySQL database data is persisted in the /home/mysql directory on your host machine. To rebuild specific services, use docker-compose up --build (e.g., docker-compose up --build app).