Skip to content

josera21/Shopping-Cart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Shopping-Cart

Prototype of Shopping Cart with Java.

used technologies

  • Hibernate + SpringMVC for Backend
  • Bootstrap 4 + AngularJS for Frontend.

Instructions for Run.

  1. you need to have the following tables in the database
    • Categoria
    • Orden
    • OrdenDetalle
    • Usuario
    • Producto
    • You can download the sql file to import the database and run the application.
  2. The structure of the project is here
  3. Remember modify the file hibernate-cfg.properties if you have another name for the database.
    • the setup by default is for MySql.
  4. Maven will be responsible for downloading the necessary dependencies.
  5. if you already have everything prepared, it is only necessary to run the application on some server like apache tomcat

Screenshots

Home

Categories

Product List

Shooping Cart

Order List

Order Details

About

Prototype of Shopping Cart with Java.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published