Skip to content
/ todo Public

Backend part of Todo-app: Spring Boot 2.7, Spring Data/Jpa(Hibernate), REST(Jackson), Postgresql

Notifications You must be signed in to change notification settings

valchukav/todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todo

Backend part (REST-service) of Todo-app: Spring Boot 2.7/Spring Data/Jpa(Hibernate)/REST(Jackson)/Postgresql

User has an ability to create Tasks (todos) with different custom Categories and Priorities, which are also can be edited or deleted. This App supports general statistics and statistics for each Category of completed and uncompleted Tasks. Either general statistics or statistics for each Category are updated on the database side using trigger functions. The Rest API is tested using MockMVC and JUnit 5.

To see frontend part visit https://github.com/valchukav/todo-frontend

About

Backend part of Todo-app: Spring Boot 2.7, Spring Data/Jpa(Hibernate), REST(Jackson), Postgresql

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published