Task Manager - task management system. It allows you to set tasks, assign performers and change their statuses. Registration and authentication are required to work with the system.
OpenAPI definition: https://bychkov-task-manager.herokuapp.com/swagger-ui.html
- Spring Web;
- Spring Security;
- Spring Data JPA;
- H2, PostgreSQL;
- React
- JDK 17
- Gradle 7.2
- Make
- Clone this repository to your machine by
$git clone https://github.com/ArtemB91/java-project-73.git
or by your IDE features. - Do install by
$make install
- Run it by
$make start-dist
- Open app on localhost:5000 address