Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 757 Bytes

README.md

File metadata and controls

37 lines (29 loc) · 757 Bytes

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