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.
- Host: GitHub
- URL: https://github.com/sir-temi/javaee_ecommerce_webapp
- Owner: sir-temi
- Created: 2021-05-07T16:51:42.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-01T08:09:14.000Z (over 2 years ago)
- Last Synced: 2023-11-01T09:25:47.687Z (over 2 years ago)
- Topics: java, javaee, jsp, servlet
- Language: Java
- Homepage:
- Size: 8.82 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).