Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 282 Bytes

File metadata and controls

21 lines (14 loc) · 282 Bytes

Example Resonate application - Django webserver

This application has been tested with Resonate Python SDK v.0.4.12.

Install dependencies:

uv sync

Run the webserver:

uv run django-webserver runserver

Send a request:

curl -X GET http://127.0.0.1:8000