An open API service indexing awesome lists of open source software.

https://github.com/sir-temi/javaee_ecommerce_webapp

An e-commerce app developed using JavaEE.
https://github.com/sir-temi/javaee_ecommerce_webapp

java javaee jsp servlet

Last synced: 12 months ago
JSON representation

An e-commerce app developed using JavaEE.

Awesome Lists containing this project

README

          

# 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
```bash
git clone https://github.com/sir-temi/javaee_eCommerce_webapp.git
```

2. Build and run the project
```bash
./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](CONTRIBUTING.md) for details.

## License

This project is licensed under the [MIT License](LICENSE).