Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.25 KB

README.md

File metadata and controls

32 lines (18 loc) · 1.25 KB

CrudSpringBootWebApp

This project describes the CRUD operations using Spring Boot, Spring Data JPA. It has the signup and login form. Spring Security has also been used to encrypt users passwords and only verified users can login.

Project Features

  • Registraion page
  • login page
  • add, delete, update, edit page

Installation Process

  • create a Spring Boot initializer project
  • add dependencies Spring Web, Spring Data JPA, Spring boot dev tools, Spring Security, Thymeleaf, MySQL Driver

Project Description

1. You must register to enter

registration page

2. After registraion you have to login eith your email and password. Passwords are encryptd in the database by using Spring security

loginpage

3. You can add, update, delete or search a student

addpage

4. A student information can be shown by searching

details page