Task Manager - a task management system that allows you to create tasks, assign performers, and change their statuses. Registration and authentication are required to work with the system.
If you want to try it follow the link.
To download and install this project use the following commands:
git clone [email protected]:danokp/task-manager.git
cd task-manager
- Make sure that Docker and Docker-compose are installed.
docker -v
docker compose version
- Create
.env
file according to example (.env.example
) - Run the application:
docker compose up
- Open the application in web browser at http://localhost:8000.