To Setup the application
STEP 1) Add .env file as below
DB_CREAD=mongodb://localhost:27017/DB_NAME DB_NAME=LiveReviews REACT_APP_URI=http://localhost:3000
STEP 2) cd backend/ npm i npm start
Backend Will start on PORT: 2000
STEP 1) Add .env file as below
REACT_APP_API_URL=http://localhost:2000
STEP 2) cd frontend/ npm i npm start
Frontend Will start on PORT: 3000