Friday 1 June 2018

Create Book Store In Node.js

Online Book Store Project is a Web Based Online e-book Shopping Project. It is the graphical user interface.
It have a form for user to input query information to search the books from database.
The control function is designed to process the input from the users interface, generate the searching query and then gets data from the database and returns to the users interface.

SYSTEM Actors AND Actors Features.

The system has two major actors and each actor has its features to carry out as follows:

Admin

Admin is the person who controls, monitors and keeps the whole records of Books. The main functions of the Admin are:
  • Add/update/Delete Categories
  • Add/update/Delete Sub Categories
  • Add/update/Delete Books Records
  • Check the existing users
  • Check the Book orders from different users

User

User is the person who want to Purchase any Books. The main functions of the users are:
  • User Registration
  • User Login
  • Check the details about us
  • Contact to Admin
  • Search Book
  • Add to Cart book
  • Payment at delivery.

Installation/Configuration/Execution Steps

  • Download Online Book Store Project
  • Unzip the Downloaded Project
  • Copy and Paste inside WWW folder or htdocs folder
  • Open Your Web Browser and type inside “localhost/Book_store”

Database Configuration

  • Create a new database named “book_store”
  • Import “book_store.sql” file from database folder(See in downloaded folder)

Admin Login Details

  • Use the Same Login Form(Given on left Sidebar on front Page)
  • Username: admin@gmail.com
  • Password: admin123

Live Deomo

Features
HomePage


Register page


Login Page


BookPages


BookInfo

Cart

YourOrder





6 comments: