Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.04 KB

README.md

File metadata and controls

21 lines (13 loc) · 1.04 KB

Hexlet tests and linter status:

Actions Status

Maintainability and Test Coverage

Maintainability Test Coverage

Task Manager is a task management system similar to http://www.redmine.org/.

This system allows you to set tasks, assign performers and change their statuses. Registration and authentication are required to work with the system.

Demo: https://java-project-99-g90g.onrender.com

To access the system, registration and authentication are required: login: [email protected] password: qwerty

To run the program, run:

make dev

Compile the code:

make install