Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.32 KB

README.md

File metadata and controls

48 lines (33 loc) · 1.32 KB

CRM -Customer Relation Manager Web App

Technologies used:

  • Spring
  • Spring MVC
  • Spring Security
  • Spring AOP
  • Hibernate
  • MySQL
  • Maven
  • a little of bootstrap

Overwiev

Web app based on Spring framework using Spring MVC. Data of customers and users is stored in MySQL Database and managed by Hibernate. Acces, privilegs restriciton, password encryption is based on Spring Security. Bootstrap used for nicer look of loging page. Everything is being logged using Spring AOP. Application is based on course: by Chad Darby

Functionality

  1. Database Diagram and example of password encrypting alt text alt text

  2. Loging in / Registering

alt text alt text

  1. Diffrent privilages of each role examples

manager

alt text

admin

alt text

  1. Adding and Deleting Customers

alt text alt text