Skip to content

sir-temi/javaee_eCommerce_webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An e-commerce app developed using JavaEE.

Topics

Resources

Stars

Watchers

Forks