Skip to content

priyam3955/Ecommerce-Web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Ecommerce-Web Flipkart Medusa

Home Page

Screenshot (214)

Login Page

Screenshot (218)

Accessories

Screenshot (215)

Product Details Page

Screenshot (216)

Cart Page

Screenshot (219)

Payment Gateway Page

Screenshot (221)

Successful Payment Page

Screenshot (222)

About

A website that allows people to buy and sell physical goods, services, and digital products over the internet, through this e-commerce website, a business can process orders, add products in the cart, accept payments through Paytm payment Gateway.

Participants

Priyam Gupta - @GuptaPriyam3955

Description

An open source ecommerce web application built using React JS and Node JS. It includes products screen, cart, checkout and payment.

Set up Project

Prerequisites

Tech Stack used

Frontend: React.JS, Material-UI and Redux

Backend: Node.JS and Express.JS

Database: MongoDB

Payment Gateway: Paytm

Install Project

  1. Clone the repository:
git clone https://github.com/Priyam3955/Ecommerce-Web
  1. Change directory and install dependencies:
npm install
start server in server.js
  1. Client Side
cd client
npm start