Skip to content

This project describes the CRUD operations using Java 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.

Notifications You must be signed in to change notification settings

ursARahim/CrudSpringBootWebApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This project describes the CRUD operations using Java 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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published