Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 686 Bytes

File metadata and controls

13 lines (12 loc) · 686 Bytes

Todo-Spring


A simple spring boot application used to add, delete, update and create todo. In addition, users todo are secured by using JWT and spring security for security


Features

  • Spring fox and swagger: used for documentation
  • Data persistence and mapping using JPA and Hibernate
  • Security and Authentication using JWT and spring security
  • Testing with JUNIT 5 and spring Test using MockMvc
  • Use of mysql DB for storing data
  • important

Restful API documentation