Skip to content

e-commerce project integrated with a headless cms and a secure payment gateway

Notifications You must be signed in to change notification settings

gnaaruag/e-commerce-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The project is made of three components

  1. Frontend - written in react

to run use

cd client
npm run dev
# or 
npm run preview
  1. Headless CMS (Sanity)

to run use

cd ecom
npm run build
npm start
  1. Backend - written in express

to run use

cd server
npm run dev
# or
node server.js

also do make sure to fill in appropriate api keys for stripe, mongo database and backend apis in client in respective repos

About

e-commerce project integrated with a headless cms and a secure payment gateway

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published