https://github.com/fly-apps/hello-fastapi
Example project demonstrating how to deploy a FastAPI app to Fly.io.
https://github.com/fly-apps/hello-fastapi
Last synced: 4 months ago
JSON representation
Example project demonstrating how to deploy a FastAPI app to Fly.io.
- Host: GitHub
- URL: https://github.com/fly-apps/hello-fastapi
- Owner: fly-apps
- Created: 2023-08-25T15:57:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-31T08:47:42.000Z (almost 2 years ago)
- Last Synced: 2025-09-27T08:50:37.829Z (9 months ago)
- Language: Python
- Size: 34.2 KB
- Stars: 9
- Watchers: 9
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Launching on Fly.io
```sh
fly launch --from https://github.com/fly-apps/hello-fastapi --into
```