



This is a React.js project bootstrapped with create-react-app
.
Step1: First, we will be starting the backend, so enter the backend directory.
- Open
.env
file and add you MongoDB database link - Run npm start to start your backend
- Refresh the fronten
Step2: Enter the root directory.
- Run
npm start
to start the development server. - Open http://localhost:3000 with your browser to see the result.