Skip to content

This project is a Spring Boot application that implements a simple login page with features including login, sign up, reset and secure password storing.

Notifications You must be signed in to change notification settings

IcQuackson/Spring-Boot-Login-Page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Spring-Boot-Project

🌟 Spring Boot Login Page Project

This project is a Spring Boot application that implements a simple login page with features including login, sign up, and password reset. User passwords are securely stored in a PostgreSQL database using bcrypt encryption. πŸ”

login example image image

⭐️ Features

  • Login: πŸ‘€ Users can log in using their registered email and password.
  • Sign Up: πŸ“ New users can create accounts by providing their email and a secure password.
  • Password Reset: πŸ”’ Registered users can reset their passwords if they forget them.

πŸš€ Technologies Used

  • Spring Boot: 🌱 The project is built using the Spring Boot framework, which simplifies the development of Java applications.
  • PostgreSQL: 🐘 User account information, including hashed passwords, is stored in a PostgreSQL database.
  • bcrypt: πŸ”’ Passwords are securely hashed using bcrypt encryption before being stored in the database.

About

This project is a Spring Boot application that implements a simple login page with features including login, sign up, reset and secure password storing.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published