Skip to content

lakshygupta/Ecomm-Store-Frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ecomm Store

Full-stack ecommerce web application using Node.js serving a REST API with React as the frontend.

Ecomm Store Frontend features

  • Admin Panel to create/update products, categories.
  • Order status can be updated for each order as required.
  • Search and Sort the orders based on Order Id and Order Date.
  • Implemented Stripe payment gateway for online transactions.
  • Interactive Dashboard for Admin to view their daily, monthly and yearly sales.
  • Sort Products based on their category.

Env file for Ecomm Store React App

(in case you want to run the project locally)

REACT_APP_BACKEND= #BACKEND_URL
REACT_APP_FRONTEND= #FRONTEND_URL
REACT_APP_STRIPE_KEY= #YOUR_STRIPE_TEST_KEY