sudhanshu-raj / online-book-store-java

This online book store is a java EE web project made using JSP and servlets. A good user friendly website with all required functions.. It has only user interface no admin interface.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About this project

This project online book store is a dynamic web project made using java technologies like servlets and jsp. It includes all essential feature that needs in a modern website. It has only user side interface no admin side, so for adding products you have to add directly from database side or you can add admin side feature also in you project.

homescrren

Features

  • Login and OTP signUp function
  • Forget password using OTP
  • Searching bar to find any products on website
  • Product dashboard for all products
  • Cart page to modified added products
  • Shipping form to get customer address
  • Payment page
  • Order confirmation page

Technologies used

  • Java [JDK 8+]
  • Servlets
  • JSP
  • Oracle SQL
  • HTML
  • CSS

Things to do in database side

I have attached database-items file in this project. So you can easily add all items we need. We have total five tables and one procedure required in this project. Here I have used Oracle database you can use any one. If you are using other database then make changes according to that in server side and in application side you have to make change in dbConn.java file in conn package .

Screenshots of project

  • LoginPage

    login
  • SignUp page

    signup otp
  • Forget Password

    forgetPassword foregtpassOTP
  • Product page

    homescrren homescreen2
  • Cart page

    cart
  • Shipping form

    shiiping
  • Payment page

    payment
  • Order confirmation page

    orderdone

About

This online book store is a java EE web project made using JSP and servlets. A good user friendly website with all required functions.. It has only user interface no admin interface.


Languages

Language:Java 76.6%Language:CSS 23.4%