Skip to content

allitov/task-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).