Interview Mate Backend Service Steps to run service Install the packages in requirements.txt pip install -r requirements.txt Set the environment variables in .env file MONGO_URI= DB_NAME= SECRET_KEY= Run the service using the following command fastapi run