Skip to content

mericaltikardes/TodoAppSpringBoot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TodoAppSpringBoot

This project is the first project I developed with spring boot. It is a TodoApp project that I developed for the purpose of learning spring boot by following Learn Spring Boot 3 in 100 Steps

Owerview

This project is a simple Todo application developed with Spring Boot. It allows users to create todo , update and delete Todo.

Technologies Used

  • Spring Boot Starter Data Jpa: Starter for using Spring Data JPA with Hibernate.
  • H2: In-memory database for development and testing purposes.
  • Spring Boot Starter Security: Starter for using Spring Security.
  • Tomcat Embed Jasper: Embeddable Apache Tomcat JSP engine with Jasper.

Application Interface

application-interfaces