How to Run the Project Clone the repository: git clone Install requirements: pip install -r requirements.txt Create .env file from sample.env Run the application: uvicorn main:app --reload