Skip to content

wkennedy8/MERN-Online-Store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MERN Stack Ecommerce Application

This is a sample Ecommerce application built with the MERN Stack.

The frontend utilizes:

  • Create React App
  • React Bootstrap
  • Sass
  • Stripe

The backend utilizes:

  • MongoDB
  • Express
  • JWT
  • Passport (JWT Strategy)
  • Stripe
  • BcryptJS
  • Faker (for seeding data)

Setup

  • Clone this repo
  • cd server && yarn
  • cp .env.sample .env
  • Fill in the environment variables in the server .env
  • cd ..
  • cd client && yarn
  • cp .env.sample .env
  • Fill in the environment variables in the client .env
  • In the server directory, yarn server
  • In the client directory, yarn start

Demo

Link to site: https://shop.willkennedy.dev

About

Sample Ecommerce Store

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published