-
Working Project UIs Screen Shots: #1
-
Zipped Version of the project: https://github.com/userfor544/SpringbootSecurityJPAEventManager/blob/master/spring.zip ( can be downloaded > Unzip > imported into IDE as Maven Project and follow the steps described below to launch it)
-
Clone this repo above into your local machine
-
Import as Maven project into your IDE workspace
-
Install MySQL (5.5) Server locally username is: root password is root Schema is: spring (see /spring/src/main/resources/application.properties for more detail)
-
User can Sign as Admin or regular user ( see application.properties where the user can set its email address as admin. -- currently it is set to mine achille.komla@gmail.com MUST be changed to do email verification during account creation process.)
-
Right-click > Run as > Spring Boot App and launch it in a browser as : http://localhost:8080/
-
User can log out
Note: General Application Before After the user log in or Sign Up, he is directed to a his events page where all his events should be listed if none. user can add new events - user can CRUD those events or list them by daily/weekly/monthly -Advance Feature such us forgot email and Stay logged in are supported -Spring AOP is used to standarize the logging -All static messages of the application are externalized into a into: /spring/src/main/resources/messages.properties and /spring/src/main/resources/ValidationMessages.properties