Skip to content

Denstran/TaskManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring-Boot 3.0.0 REST API PostgreSQL Spring Security

About

Simple task manager created as a test project. It allows to use basic CRUD operations on user's tasks. Also it uses a Spring Security and JWT authentication to protect users accounts. PostgreSQL is used to store data and to manipulate with it.

Technology stack

  • Spring Boot
  • Spring Data Jpa
  • Spring MVC
  • Spring Security
  • Lombok
  • PostgreSQL

PostgreSQL set up

Configure database according to application.properties file

Developers