Prototype of Shopping Cart with Java.
- Hibernate + SpringMVC for Backend
- Bootstrap 4 + AngularJS for Frontend.
- 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.
- The structure of the project is here
- Remember modify the file hibernate-cfg.properties if you have another name for the database.
- the setup by default is for MySql.
- Maven will be responsible for downloading the necessary dependencies.
- if you already have everything prepared, it is only necessary to run the application on some server like apache tomcat