Skip to content

jh-488/myshop-mern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

myShop

Full Stack MERN shopping cart.

DEMO

Getting started

To get the app running locally :

  • Clone this repo and cd to the root directory
  • npm install
  • npm run dev to start both the front- and backend
  • npm run server to only run the backend
  • npm run client to only run the frontend

Main functionality

  • Home page with products fetched from the backend (MongoDB was used to store the products data)
  • Product page with informations and add to cart function
  • Cart page with all items added to the cart
  • Cart state will be stored even after page refresh

About

Full Stack shopping cart

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages