Skip to content

Web App Project Build With Spring mvc and Hibenate

Notifications You must be signed in to change notification settings

ahmedJamaal/Tire-shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tireshop Maven Application

project Technology

  • spring mvc
  • spring Rest Api
  • hibernate
  • mysql
  • spring secrity
  • bootsrap
  • slick carsoual

Project Module

  1. Battry
  2. Rimes
  3. Tires
  4. User
  5. Suppliers
  6. Sales
  7. Budget
  8. Supplying

login Page

Spring Security Custom Login

  • It validates the user credentials and provide accessibility into the application.
  • save password encryption in Database

Image of Login Page

Home Page

  • statistics Card Contain Total Items and Total Price for each product
  • Carsoual product inculde Tires ,Rimes and Tires
  • Top Sales Product
  • Top Refill Product

Image of Home

Project Version

poem.xml

<springframework.version>5.0.6.RELEASE</springframework.version>
<springsecurity.version>5.0.0.RELEASE</springsecurity.version>
<hibernate.version>5.4.2.Final</hibernate.version>
<mysql.connector.version>8.0.16</mysql.connector.version>
<c3po.version>0.9.5.4</c3po.version>
<maven.compiler.source>1.8</maven.compiler.source>