https://github.com/adityapratap2001/e-commerce
A platform with full user authentication, where a user can signup as a seller or buyer, & sell or buy from a wide variety of fashion-related products.
https://github.com/adityapratap2001/e-commerce
api-client cart e-commerce jwt mongo-db multer node-js react-router-v5 reactjs redis searching wishlist
Last synced: 5 days ago
JSON representation
A platform with full user authentication, where a user can signup as a seller or buyer, & sell or buy from a wide variety of fashion-related products.
- Host: GitHub
- URL: https://github.com/adityapratap2001/e-commerce
- Owner: AdityaPratap2001
- Created: 2020-10-10T18:13:10.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-28T16:14:09.000Z (almost 4 years ago)
- Last Synced: 2025-07-05T08:02:43.969Z (3 months ago)
- Topics: api-client, cart, e-commerce, jwt, mongo-db, multer, node-js, react-router-v5, reactjs, redis, searching, wishlist
- Language: JavaScript
- Homepage: https://github.com/AdityaPratap2001/E-Commerce#e-commerce-project
- Size: 83.9 MB
- Stars: 13
- Watchers: 3
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# E-commerce project
![]()
![]()
![]()
![]()
![]()
![]()
![]()
An E-commerce project with completely different user-expirience for sellers & buyers. A ***role*** (seller/buyer) is being allocated to user upon signing up on the platform.
Sellers can upload their products and keep track of their stocks, while the buyers can buy from a wide-variety of fashion-realted products.
This repository has **2 Branches**:* **master** : This branch contains the code with the proper implementation of ***redis-caching***. Hence before running the code in this branch you should install and run redis-server on your device.
* **without_redis** : The code in this branch does not implement caching and hence can be directly cloned and run without the need to setup redis.## Screens for Buyer-role
* ### Categorized Products ###
![]()
* ### Product detail page ###
![]()
* ### Wishlist ###
![]()
* ### Cart ###
![]()
* ### Profile Details ###
![]()
* ### Past Orders ###
![]()
* ### Featured Products
![]()
* ### Personalized Products
![]()
* ### Landing Page ###
![]()
## Screens for Seller-role
* ### Landing Page ###
![]()
* ### Upload Product ###
![]()
* ### View Products' stocks ###
![]()