Skip to content

truonghoangthuan/jsp-servlet-ecommerce-website

Repository files navigation

Ecommerce Website

About

This project is a simple e-commerce website powered by Java JSP Servlet. Ecommerce is a complex business. It involves many edge cases and a solid system architecture. This project is simply a demo demonstrating basic features which is only the tip of an iceberg. This project might (and certainly does) have bugs, vulnerabilities or some other types of issues. So, contributions are always welcome :)))

Features include

1. Login and Registration.
2. Search and browse items.
3. Add to cart.
4. Manage shopping cart.
5. Checkout.
6. View orders history of sellers/customers.
7. Update customer/product information.

Screenshots

alt text

alt text

alt text

Prerequisites

What things you need to install

You need Tomcat server 8 or above installed.
Locally installed MySQL or a MySQL server.
Compatible IDE, Intellij IDEA recommended for this project.

Installing

For MySQL Database

SQL script can be found in the project folder.
SQL script doesn't contain query to create schema, you will need to create one with name jsp-servlet-ecommerce-website.

For Tomcat Application Server

Use Tomcat 8.5.23 or above and compile to generate WAR file.

Contributing

If you want to contribute to this project you can email me - trhoangthuan@gmail.com or you can pull request.

Authors

Built With

License

This project is licensed under the MIT License - see the LICENSE.md for details.