This JavaEE webshop is a comprehensive e-commerce platform with features including user authentication, product browsing, shopping cart functionality, and admin capabilities. It is built using JavaEE technologies to provide a robust and scalable solution for online retail.
Features:
- User Authentication: Users can sign up, log in, and manage their accounts securely.
- Product Browsing: Browse through a wide range of products available in the store.
- Shopping Cart: Add products to the shopping cart, update quantities, and proceed to checkout.
- Admin Features: Admin users can manage products, view orders, and perform other administrative tasks.
To run this project, you need the following software installed:
- Java Development Kit (JDK) 11 or higher
- Maven for managing dependencies and building the project
- MySQL for database management
- Clone the repository
- Build the project using Maven
- Run the tests to ensure everything is set up correctly
- To start the application, run the following command: java -jar target/webshop-1.0-SNAPSHOT.jar
Distributed under the MIT License.
Kerem Bjälvenäs Tazedal - kerem.tazedal.89@gmail.com
Project Link: https://github.com/Kerem1989/JavaEE-Webshop
Special thanks to Dmitry Khalizov for his valuable contributions and collaboration throughout the development of this project.
