Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 721 Bytes

File metadata and controls

46 lines (31 loc) · 721 Bytes

Java EE eCommerce Web App

A simple Java EE eCommerce web application.

Features

  • Browse products
  • Add products to the cart
  • Checkout

Technologies Used

  • Java EE
  • Servlets
  • JSP
  • Hibernate
  • MySQL

Getting Started

  1. Clone the repository

    git clone https://github.com/sir-temi/javaee_eCommerce_webapp.git
  2. Build and run the project

    ./mvnw package
    ./mvnw tomcat7:run

    Visit http://localhost:8080 in your browser.

Usage

  1. Browse products
  2. Add products to the cart
  3. Checkout

Contributing

Feel free to contribute! See CONTRIBUTING.md for details.

License

This project is licensed under the MIT License.