Remember to navigate outside the directory when using GitHub to push your code to repository
- Navigate to the
Frontend
directory:cd Frontend npm i npm run start
- Navigate to the
Backend
directory:cd Backend npm i npm start
While using nodemailer you will require App password of your gmail account in .env folder and will require two email ids
- Navigate outside a directory:
cd ..