A fully featured multi - vendor E - commerce website.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
Shopping Experience Redefined
The Online Shopping System – EZ-Shopping is a web-based application. The purpose of the application is to automate and facilitate the whole process of shopping. The objective of this project is to develop a general – purpose online shopping store through which customers can buy products from the comfort of home through the Internet. As the world responds to the coronavirus (COVID-19) pandemic, we’re seeing a dramatic shift from in-person to online shopping. Consumers are relying on the digital world more than ever and businesses are forced to adapt their strategies and shift toward digital transformation with much more urgency than before. EZ-Shopping has all the facilities a user might need during online shopping. It has a variety of categories to choose from, wide ranges of products, flexible shopping cart and checkout methods. It is a multi-vendor application with separate vendor and admin portals.
A whole new shopping experience.
-
Register/Login with ease
-
Update your user profile and check the latest status of your orders
-
Download invoices for past orders
-
Get graphical view of your orders
-
Choose from a wide range of products
- Men's Wear
- Women's Wear
- Kids' Wear
- Electronics
- Home Appliances
- Lifestyle Products and much more...
-
A Shopping Cart with various functionalities
-
Flexible Checkout and Payment options
- Cash-On-Delivery
- RazorPay Online Payment Gateway
-
Order placed ? Sit back and relax. Keep checking the "My orders" page for delivery updates. The product will be delivered to your doorstep.
-
Vendor Portal
- Register for a new vendor account
- Fill in required details and upload the necessary documents
- Once verified from the admin portal, vendor will have access to the vendor portal
- Add / Update / Delete Products
- Dispatch products in orders placed by users
-
Admin Portal
- Secure, only one admin account provision
- Download new vendor applications and verify them
- Remove / Deny access to vendors
- Once all the products of a particular order have been dispatched from its respective vendors, admin can put the order out for delivery. Order status can be updated to "Delivered", "Cancelled" etc.
-
Responsive Design
-
Extensive Bootstrap - Top Class UI interfaces
This project was built with the following frameworks and technologies:
- Node.js
- Express Framework
- MongoDB
- Bootstrap
- Javascript
- Cloudinary Storage (for vendor applications and product images)
- RazorPay Payment Gateway
Follow the steps given below to run the project locally on your system.
- npm
npm install npm@latest -g npm install nodemon@latest -g
Once all the prerequisites are met, the required API Keys must be generated and dependencies must be installed.
-
Create a RazorPay Developer Account and get the
RAZORPAY_KEY_ID
andRAZORPAY_KEY_SECRET
credentials. -
Create a Cloudinary Account and obtain the
API_KEY
,API_SECRET
andCLOUD
from your dashboard. -
Create a free MongoDB Atlas cluster at https://www.mongodb.com/atlas
-
Clone the repo
git clone https://github.com/rushabhkela/EZ-Shopping.git
-
In each of the
Admin
,Vendor
andClient
directories, perform steps 4-6. -
Install NPM packages
npm install
-
Create the .env file
cp .env.example .env
-
In the .env file, enter your credentials generated in the above steps and add a suitable session-key.
-
Good to go! Start the project locally using the following command in any of the
Admin
,Vendor
andClient
directories.npm start
-
Admin Portal : http://localhost:3002 Vendor Portal : http://localhost:3001 Client Portal : http://localhost:3000
-
Alternatively, you can visit the website at EZ-Shopping
The flowchart can also be accessed at this link
- Implement Client Side Website
- Add Multi - Vendor Functionality
- Create Admin Portal
- Create a graphical view dashboard for both vendor and admin
- Add a recommenndation system
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project is licensed under the Apache 2.0 License. See LICENSE
for more information.
Rushabh Kela - +91 9834473257 - kelarushabh@gmail.com
Project Link: https://github.com/rushabhkela/EZ-Shopping