This Site is a mini Project using NodeJS and EJS Templating. Which has a Customer Panel and an Admin Panel.
-
Live Demo here.
- Test User Credentials
- Email:
[email protected]
- Password:
123456
- Email:
- Test Admin Credentials
- Email:
[email protected]
- Password:
nil1729
- Email:
- Test Stripe Card Details
- Card Number:
4242 4242 4242 4242
- Expiry:
Any Future Month
- CVV:
Any three Digit Number
- Card Number:
- Test User Credentials
-
Github Repository link.
Node JS Express Framework
is used as a building Backend part of this Website.MongoDB
is used to Store Products Details and URL of Photos.PassportJS
is used for Authentication purpose.EJS
is used as Template Engine.Bootstrap
is used for building UI- Site has
Admin
functionality by which site owner can add Books to this Store. Stripe
is used for Payment Gateway.SendinBlue
API is used for sending emails.
- Admin can see all of his Customer and Orders.
- Admin can only edit and delete a product.
- Customer can Comment on a Book.
- Customer can add a book to his Cart.
- Customer buy book in his cart. It also have a Quantity function. He can Buy More than one book of Same Type.
- Customer get a mail when his order is successful and when he registered on this Web