Skip to content

An online bookstore web application using JSP and Servlet that allows users to register, log in, search for books by various criteria, add books to a cart, and generate a bill for selected purchases.

Notifications You must be signed in to change notification settings

AnamayaSaraogi/Online-Bookstore

Repository files navigation

Online Bookstore (Java EE)

An Online Bookstore web application built using JSP and Servlet technology that provides users with the ability to browse, search, and purchase books with ease. This project simulates the real-world functionality of an online bookstore, making it ideal for practicing Java EE web technologies.

Features

  • User Registration & Login: Users can create an account and log in securely.

    Registration Page Login Page
  • Book Search: Search for books by title, author, or ISBN. Results are dynamically displayed and updated.

    Search for Books
  • Book Results: Search results will be displayed along with a checkbox (to select specific books to be added to the cart) and a counter (to specify the number of selected books).

    Search Results
  • Billing: Generate an itemized bill and order summary for the selected purchases.

    Bill
  • Completion Message: An end message is displayed on the screen to indicate the completion of a purchase.

    Completion Message

Tech Stack

  • Java EE (JSP, Servlets)
  • MySQL for database management
  • Apache Tomcat as the server
  • HTML, CSS, JavaScript for the frontend

Installation Instructions

  1. Clone the repository:
    git clone https://github.com/your-username/Online-Bookstore-Java-EE.git

About

An online bookstore web application using JSP and Servlet that allows users to register, log in, search for books by various criteria, add books to a cart, and generate a bill for selected purchases.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages