The application allows users to perform the following tasks:
- Add new tasks
- Update task status
- Show the list of tasks and their status
- Open a terminal in the root directory
- Spin up Docker containers for RabbitMQ and SQL Server using docker-compose:
docker-compose -f docker-compose.yml up -d
- Launch the app in your IDE (e.g. Visual Studio) or using dotnet CLI:
dotnet run --project TaskManagement.API
- Open
/swaggerURL in the browser on the specified port (localhost:5026by default)