E-Commerce Store Development
Capstone Project
Designed and developed a fully functioning E-Commerce Store with the following functionalities -
• Home Page that shows latest products and best sellers
• Product Listing Page where products can be sorted by Category/Price
• Sign In Page
• Sign up Page
• Cart System
• Payment Gateway
• Different Dashboards for User and Admin
(The Admin Dashboard allows the administrator to manage or create products/categories. The User Dashboard allows the user to view his past purchases and manage his orders)
The application is made using MERN Stack, i.e MongoDB is used for the database, A backend Node JS Express Application contains to logic for maintaing this database, and a react frontend runs the website on a the client machine.
This project was developed as a Capstone Project for the course CS 392. The code for the same is available below.