Skip to content

Full stack e-commerce website built with React, Redux, MongoDB, and Node.

Notifications You must be signed in to change notification settings

dancingrook/React-Node-E-Commerce-Store

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MERN E-Commerce Store

Tech

  • React
  • Mongo DB
  • Node.js

Project Structure

  • /backend
    • Contains all the necessary operations required to process data from the store and operations to send and receive data from the front end.

How to run

  • To run both the client and the server use the command npm run dev
  • To only run the server use the command npm run server
  • To only run the client use the command npm run client

About

Full stack e-commerce website built with React, Redux, MongoDB, and Node.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.0%
  • Other 1.0%