Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 461 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 461 Bytes

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