https://github.com/aadewunmi/book-store-ecommerce-application
"Evergreen Bookstore" E-Commerce Application || Tech Stack: Java 17, Java JSP / Servlet, JSTL, Hibernate, JPA, HTML & CSS & Bootstrap, JavaScript & jQuery, MySQL, Maven | Adapted From: Nam Ha Minh
https://github.com/aadewunmi/book-store-ecommerce-application
apache-tomcat bookstore-application bookstore-management-system bookstorewebsite bootstrap hibernate-jpa html-css-javascript java17 jquery jsp jsp-servlet jstl jstl-tags maven mysql-database servlet
Last synced: about 1 month ago
JSON representation
"Evergreen Bookstore" E-Commerce Application || Tech Stack: Java 17, Java JSP / Servlet, JSTL, Hibernate, JPA, HTML & CSS & Bootstrap, JavaScript & jQuery, MySQL, Maven | Adapted From: Nam Ha Minh
- Host: GitHub
- URL: https://github.com/aadewunmi/book-store-ecommerce-application
- Owner: AAdewunmi
- Created: 2023-05-08T12:08:08.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-14T10:14:42.000Z (about 1 year ago)
- Last Synced: 2024-04-14T12:11:53.062Z (about 1 year ago)
- Topics: apache-tomcat, bookstore-application, bookstore-management-system, bookstorewebsite, bootstrap, hibernate-jpa, html-css-javascript, java17, jquery, jsp, jsp-servlet, jstl, jstl-tags, maven, mysql-database, servlet
- Language: Java
- Homepage: https://www.udemy.com/course/java-servlet-jsp-and-hibernate-build-a-complete-website/
- Size: 808 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 1. Project Title:
Evergreen Bookstore ... An E-Commerce Bookstore Application
## 2. Project Description:
A complete e-commerce bookstore website that sells books using Java 17, Java Servlet, JSP, Hibernate framework and MySQL
(It's an Eclipse project).Functionality:
1. Customer -> register to write review / purchase books, search, view new books, view books by category, view books details and reviews,
search, write review for books, order books, check book order status / shopping history.3. Adminstrator -> manage admin users, manage categories, manage books, manage customers, manage reviews (but cannot write review),
manage orders (but cannot create orders), view statistical information.## 3. Tech Stack:
- Java 17
- Java JSP
- Java Servlet
- JavaServer Pages (JSP)
- JSP Standard Tag Library (JSTL)
- Apache Tomcat 10 Server
- Hibernate framework with JPA
- HTML & CSS & Bootstrap & JavaScript
- JavaScript & jQuery
- MySQL Database
- Maven
- Paypal Payments REST API## 4. Installation:
i. Clone the git repo
```
https://github.com/AAdewunmi/Book-Store-ECommerce-Application.git
```ii. Open project folder
iii. Explore
😎
## 5. How To Use:
i. Set up MySQL database. I have included all the SQL queries in "src/main/java/mysql_commands/mysql_commands.txt".
- Create Admin and Customer Users.
ii. Configure the application's connection to database in "src/main/java/META-INF/persistence.xml".
Within "persistence.xml" add your MySQL username and password.
```
```iii. Run MySQL server
iv. Open project in Eclipse IDE and run on server (Apache Tomcat 10 Server)
v. View Customer landing page. URL: http://localhost:8081/BookStoreWebsite/
vi. View Admin landing page: URL: http://localhost:8081/BookStoreWebsite/admin/login.jsp
## 6. Demo
### - Admin Login:

### - Admin Dashboard:

### - Admin Customers Management Dashboard:

### - Customers Landing Page:

### - Customers Login:

### - Customers Order History Dashboard:

## 7. Contributing:
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
## 8. #TODO
i. PayPal payment integration (including credit card payment): Classes and methods for payment have been coded up but commented.
This has been done because a business Paypal account is required to access Paypal Payments REST API and sandbox.ii. Use Bootstrap for responsive UI: You are welcome to refactor the project to become more responsive by using Bootstrap
(https://getbootstrap.com/).## 9. Adapted from:
UDEMY Course Name: Java Servlet, JSP and Hibernate: Build eCommerce Website
Created by: Nam Ha Minh
Last updated: 05/2024
URL: https://www.udemy.com/course/java-servlet-jsp-and-hibernate-build-a-complete-website/