Skip to content

ToDoList application based on Spring MVC and Thymeleaf

Notifications You must be signed in to change notification settings

foxnukem/todolist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToDoList

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)