ReviewsApp is a web application that allows users to manage reviews with live updates. It includes both a backend and a frontend component.
Follow these steps to set up and run the application:
First, clone the repository to your local machine:
git clone https://github.com/IamSumitJangid/ReviewsApp.git
cd ReviewsApp
# ReviewsApp
# after cloning the repo
cd backend
## create .env file
DB_HOST="DB_URI"
PORT=3000
npm i
npm start
# new terminal
cd frontend
npm i
npm start