Skip to content

Latest commit

 

History

History
73 lines (39 loc) · 2.79 KB

README.md

File metadata and controls

73 lines (39 loc) · 2.79 KB

Bookstore-Web_Application

This is an e-commerce web application built using MERN stack (JavaScript Framework and Libraries). It is an online bookstore which enable the users to search for the books and order them with cash on delivery facility.

Technical Details

We have used following technologies to make a fully custom application:

  • Node.js
  • REACT JS
  • MongoDB
  • Bootstrap 4.5 , HTML 5 and CSS

Setting up this application on your end

  1. Download Node js using https://nodejs.org/en/download/
  2. Clone the repo in your code editor.
  3. Run the command npm install to install all the dependencies of the project.
  4. Use npm start to run the server.
    • Backend server will run on port 8001.
    • Frontend server will run on port 3000.

Few Screenshots of the application

Home Page - This page shows the new arrivals and the best sellers

1

Shop Page - It shows all the products with a search functionality

2

Register and Login

register login

Shopping Cart - Where you can view all the products in your cart and can place order

3

The order details will be sent on your email on placing your order.

4

You can also view your purchase history

5

Login as Admin

Admin Dashboard - showing the details of all the orders placed

6

Showing all Categories and inside each Category showing their relevant products

7 products

Showing all Users

8

__________________________________________________________________________________________________

We have tried our best to make this project bug-free. Thankyou for taking insterest in this project. We hope you must have liked it. :)