Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 650 Bytes

File metadata and controls

46 lines (29 loc) · 650 Bytes

The IT Shop - MERN eCommerce Website

The It Shop is a Fullstack Website built using MERN, and containerization concepts with Docker.

MERN stands for:

  • M: MongoDB
  • E: Express.js
  • R: ReactJS
  • N: NodeJS

NOTE: work in progress!

Run Locally

Clone the project

  git clone git@github.com:xTryHard/theitshop.git

Go to the project directory

  cd theitshop

Install dependencies

  npm install
  cd frontend
  npm install

Start the app!

  npm run start:dev

References