Skip to content

akki251/ecommerce-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Live Link 👇

https://ecommerce-react-app-test.netlify.app/products

E-commerce App

An E commerce platform made using React JS, Redux, Mongo Db , and express JS.

The application is composed of the following Features:

Features

  • Create ,Edit and Delete products
  • Sort products by their price.
  • cart items data is fixed to user's local storage.

Frontend

  • All Product Pages, which displays all available products
  • Single Product Page, with detail of each product
  • Create Product Page, where you can create a new product
  • Cart Page, for final checkout of products
  • Used redux for state-management and react-router for routing.

Backend

  • Developed apis for getting all products, and perfomring CRUD operations
  • Used Mongo DB as database

Screenshots

App Screenshot

Run Locally

Clone the project

  git clone https://github.com/akki251/ecommerce-app.git

Go to the project directory

  cd ecommerce-app

Install dependencies

  npm install

Start the Server

  npm run dev

Start the Client

  npm start

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

CONNECTION_URL

Techstack

Releases

No releases published

Packages

 
 
 

Contributors