OnlineBookStore is a web application built using Java Servlets. It allows users to browse, search, and purchase books online. The backend is powered by MySQL, and the application is containerized using Docker for easy deployment and scalability.
- 🔒 User registration and login
- 📖 Browse and search for books
- 🛒 Add books to cart and checkout
- 📜 Order history and management
- ⚙️ Admin panel for managing books and orders
- Java Servlets
- MySQL
- Docker
- HTML/CSS/JavaScript
- Docker installed on your machine
- Java Development Kit (JDK) installed
- Clone the repository:
git clone https://github.com/yourusername/onlinebookstore.git cd onlinebookstore
- Build the Docker images:
docker-compose build
- Start the containers:
docker-compose up
- Access the application: Open your web browser and navigate to http://localhost:8080.
- For any questions or support, please contact Sathwik at d.v.sathwikreddy@gmail.com.
- Feel free to adjust any specifics to better fit your project!