Bookselling website using Express as backend and EJS template engine, MongoDB as database.
A book store is a bookselling website on which sellers can upload details about a book and can keep track of new orders while a user can order a book.
Prerequisite :- MongoDB, nodeJS
npm install or yarn add
COOKIE_SECERET = put-your-key MONGO_CONNECTION_URL = mongodb://localhost/
npm run dev
npm run watch // for sass
or
yarn dev
yarn watch // for sass
npm run production
or
yarn production

On this website, you can register as a customer or as a seller. The seller can upload book details.

Whenever a customer orders a book order details are shown on the orders received page.

Order status can be updated by the seller on the order update page.

Customer can check order status on the customer order page

Submitted by Abhishek Malviya (AbhishekM)
Download packets of source code on Coders Packet
Comments