Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 943 Bytes

README.md

File metadata and controls

36 lines (29 loc) · 943 Bytes

Task Tracker

API for task tracker services.

The application provides opportunity to create tasks and add users to them.

Running locally

Clone the repository and move to the working directory

git clone https://github.com/allitov/task-tracker.git
cd task-tracker

Run the application

docker-compose --file ./docker/docker-compose.yaml up -d

Stop the application

docker-compose --project-name="task-tracker" down

Run application environment only

docker-compose --file ./docker/docker-compose-env.yaml up -d

Stop application environment

docker-compose --project-name="task-tracker-env" down

Documentation

To familiarize yourself with the application's API and see example queries, you can refer to the interactive Swagger documentation (available only after launching the application).