Some example apps to show what you can do with shuttle.
To deploy the examples, check out the repository locally
$ git clone https://github.com/shuttle-hq/examples.git
navigate to an example root folder
$ cd axum/hello-world
Pick a project name that is something unique - in shuttle, projects are globally unique. Then run
$ cargo shuttle project new --name=$PROJECT_NAME
$ cargo shuttle deploy --name=$PROJECT_NAME