E-Commerce

My deployed website

Stars
12
Committers
1

under-development

This is my MERN stack e-commerce web application on GitHub. I've used MongoDB to store all the users and products data, React for the responsive front-end, Node.js for the back-end and Express for routing. Security is priority and I've implemented bcrypt for user authentication and JWT for authorization. This project demonstrates my ability to develop a full-stack web application that is good looking, efficient and secure. Take a look and let me know what you think

Progress so far:

  • Stable backend
  • Mostly working frontend with responsive UI for both customer and admin usecase.

Todo

  • Save user shopping cart to the database.

DEMO (old version) visit this link for the live version Preview

  • Login credential:
  • username: admin*

  • password: admin12345*

  • Edit products (includes add new product to the database, delete or modify the price of existing products)

https://user-images.githubusercontent.com/113171462/215924123-8513ccf1-3eb4-40c8-8037-687bb397cb5e.mov

  • View and update information (role) of registered users
    User list
Related Projects