A simple Java EE eCommerce web application.
- Browse products
- Add products to the cart
- Checkout
- Java EE
- Servlets
- JSP
- Hibernate
- MySQL
-
Clone the repository
git clone https://github.com/sir-temi/javaee_eCommerce_webapp.git
-
Build and run the project
./mvnw package ./mvnw tomcat7:run
Visit
http://localhost:8080
in your browser.
- Browse products
- Add products to the cart
- Checkout
Feel free to contribute! See CONTRIBUTING.md for details.
This project is licensed under the MIT License.