Skip to content

Latest commit

 

History

History
80 lines (39 loc) · 1.94 KB

File metadata and controls

80 lines (39 loc) · 1.94 KB

Edit

  • added a login page for secure entry to the app
  • created my own login page for successful redirection
  • logout button as well
  • Using Spring security
  • postgreSQL to store password/s
  • BCrypt to encode password

About

This is a simple web app that gives Admin full control to Create, Read, Update, and Delete Students when need be.

basic-CrudApp

technologies used :-

--java

--spring Boot

--Spring Security

--postgresql

--thymeleaf

--maven

--H2

--Bootstrap

--HTML

--Jquery

Home page

Screen Shot 2022-02-07 at 5 06 13 PM

Add new Student

Mac Jones was added to List

Screen Shot 2022-02-07 at 5 07 12 PM Screen Shot 2022-02-07 at 5 07 28 PM

Edit student

Student with id 1 data was edited Screen Shot 2022-02-07 at 5 08 58 PM

Delete Student

Tom Brady was Deleted

Screen Shot 2022-02-07 at 5 10 06 PM Screen Shot 2022-02-07 at 5 10 27 PM

Log in

Screen Shot 2022-02-14 at 3 08 33 PM

Log out

Screen Shot 2022-02-14 at 3 09 27 PM Screen Shot 2022-02-14 at 3 09 35 PM