A modern task management backend built with Docker support and interactive API documentation via Swagger.
- Task management REST API
- Dockerized setup
- Swagger/OpenAPI documentation
- Easy local development environment
- Containerized deployment with Docker Compose
- Clone the repository:
git clone
https://github.com/toskatron/task-management-system.git
cd task-management-system- Start the application using Docker Compose:
docker compose up --build
The application will start automatically.
Once the application is running, access Swagger UI at:
http://localhost:8080/swagger-ui/index.html
You can use Swagger to:
Explore available endpoints Test API requests View request/response schemas