Skip to main content

Introduction

This tutorial assumes you have the following things installed and configured on your machine:

- Nodejs 
- Mongodb
- NPM
- React
- Docker
- Docker-compose
- Git

"react": "18.1.0",
"node" :"16.13.0",
"express": "4.17.1",
"mongodb": "4.7.0",
Docker : 20.10.17,
docker-compose : 1.29.2

Installation

To install MERN Framework on your local machine,follow below steps:

Step 1 - Clone the repository from the following links

Step 2 - Use the following command to install

after clone do:

$ npm install

Step 2 - To start the framework

start command: npm run docker:dev