Frontend Repo: Visit
npm install
Create .env file & provide Database(Mongodb Database URL) & secret. Example:
DATABASE=YOUR_MONGODB_URL
SECRET=PROVIDE_ANY_SECRET_KEY
Create a firebase project and enable storage and change the security read & write rules to true. After that generate service account file. Create a utils in root folder & put the service account json file. Name of the file should be firebaseServiceAccount.json