Skip to content

Glory42/spring-boot-todoapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Spring Boot Todo Application

  • In this application, users can be able to register, login and create / update / delete their own to-do lists.
  • Compatible with REST architecture
  • In this project, OOP and SOLID principles were adhered to.

Technology Stack :

  • Java (Programming Language)
  • Spring Boot (Application Platform)
  • Spring Data JPA (Data Persistance)
  • H2 Database
  • Swagger
  • Maven
  • Spring Security-Authentication
  • Docker