/e-commerce

Primary LanguageJavaScript

MERN E-Commerce Store

Tech

  • React
  • Mongo DB
  • Node.js

Installation

* Delete "package-lock.json" files first;
  • /
    • Write "npm install" on the root folder.
  • /frontend
    • Go into frontend folder and write "npm install".
  • /backend
    • No need further installation.

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