Skip to content

Latest commit

 

History

History
60 lines (43 loc) · 1.92 KB

README.md

File metadata and controls

60 lines (43 loc) · 1.92 KB

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