Skip to content

sagrawal9689/Easy-Buy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easy-Buy

Deployed at https://easy-buy17.herokuapp.com/

Description

An ecommerce store built with MERN stack. This ecommerce store enable three main implementations:

  1. Buyers browse the store products.
  2. Admin manage the store products.
  3. Payment integration using Paypal.

Built With

  • Node.js
  • Express.js
  • ReactJS
  • Redux
  • MongoDB

Demo

This application is deployed on Heroku. Please check it out 😄 here.

Installation

  1. Clone the repo
    git clone https://github.com/sagrawal9689/Easy-Buy.git
  2. Install NPM packages in main folder
    cd Easy-Buy
    npm install
  3. Install NPM packages in frontend folder
    cd frontend
    npm install

Setup

 Create config.env file that include:

  * MONGO_URI
  * JWT_SECRET
  * JWT_EXPIRES_IN
  * NODE_ENV
  * PAYPAL_CLIENT_ID

About

A MERN based E-commerce web app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published