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!
Clone the project
git clone git@github.com:xTryHard/theitshop.gitGo to the project directory
cd theitshopInstall dependencies
npm install
cd frontend
npm installStart the app!
npm run start:dev