Ensure you have Python installed on your system. You can download it from python.org.
python -m venv venvvenv\Scripts\Activate.ps1source venv/bin/activatepip install -r requirements.txtplaywright installCopy the contents of .env.example and create a .env file. Add all necessary environment variable values in .env.
fastapi dev app.pyOnce the server is running, open your browser and go to: http://127.0.0.1:8000/docs