Online Bookstore ๐
Online Bookstore is a simple yet powerful web application that allows users to search, select, and purchase books online. Built using Java, this application operates seamlessly in a XAMPP environment.
๐ Key Features
- Book Catalog: Browse through a comprehensive list of available books with detailed information.
- Search Functionality: Easily find books by searching through the catalog using book names.
- Shopping Cart: Add books to your cart and proceed to checkout for a smooth purchasing experience.
- User Accounts: Sign up or log in to manage your profile and track your purchase history.
- Admin Panel: Admin users can manage book data, user accounts, and order transactions.
๐ ๏ธ Technology Stack
- Java: Core programming language for the backend logic.
- XAMPP: A development environment that includes Apache HTTP Server, MySQL, PHP, and Perl.
- JDBC: Facilitates database connections.
- Servlet: Handles HTTP requests.
๐๏ธ Database
MySQL: Used to store all book, user, and transaction data.
๐ Getting Started Prerequisites
Ensure XAMPP is installed and running.
