Code for the webhooks tutorial. The following community app is used:
- Python Hello World: a simple Python Hello World app.
Go into the python-hello-world directory for
instructions on how to run the app itself.
-
Set up the FastAPI server locally to receive webhooks:
uv run fastapi dev --port 8000
-
Run the scripts individually.
-
app1.sh: Clone thepython-hello-worldcommunity app locally.bash app1.sh
-
app2.sh: Create a Nextmv Cloud application.bash app2.sh
-
app3.sh: Push the local executable code to a Nextmv Cloud application.bash app3.sh
-
app4.sh: Run the Nextmv Cloud application.bash app4.sh
-