Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Webhooks

Code for the webhooks tutorial. The following community app is used:

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 the python-hello-world community 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