Ensure you have Python installed on your system. You can download it from python.org.
python -m venv venv
venv\Scripts\Activate.ps1
source venv/bin/activate
pip install -r requirements.txt
playwright install
Copy the contents of .env.example
and create a .env
file. Add all necessary environment variable values in .env
.
fastapi dev app.py
Once the server is running, open your browser and go to: http://127.0.0.1:8000/docs