- Navigate to the
backend
folder:cd backend
- Install dependencies:
npm install
- Start the backend server:
npm start
- Navigate to the
frontend
folder:cd frontend
- Install dependencies:
npm install
- Start the frontend server:
npm start
change line no. 13 in backend/server.js to your mongodb url