Simple ToDolist with ability to add collaborators to ToDos. Every todo or task can have description up to 255 characters. All actions are secured i.e. basic operations with tasks or todos can be performed only by owner of the todo, some operations can be performed by collaborators.
Technology stack:
- Java 17
- Lombok
- Slf4j
- Spring Boot 2.7
- Spring Security 5
- Thymeleaf template engine
- Bootstrap 3
- Spring Web
- Spring Data JPA
- Hibernate ORM
- PostgreSQL (production db)
- JUnit, Mockito
- H2 (test db)