pip install . uvicorn
poetry install
Enter into the venv shell
poetry shell
uvicorn fastclam.app:app --reload
Use --reload
for development only
Visit localhost:8000/docs
Additional args that might be helpful to pass to uvicorn:
--host 0.0.0.0
--port PORT
--log-level debug