https://github.com/qmacias/fastapi-railway-template
Basic Railway Example with FastAPI.
https://github.com/qmacias/fastapi-railway-template
docker fastapi railway uvicorn
Last synced: about 2 months ago
JSON representation
Basic Railway Example with FastAPI.
- Host: GitHub
- URL: https://github.com/qmacias/fastapi-railway-template
- Owner: qmacias
- License: mit
- Created: 2024-09-21T15:37:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-23T23:00:12.000Z (almost 2 years ago)
- Last Synced: 2025-03-29T13:08:51.036Z (about 1 year ago)
- Topics: docker, fastapi, railway, uvicorn
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Getting Started
Basic Railway Example with FastAPI. We're using:
Python v3.11.0, FastAPI (all) v0.111.0 and Uvicorn (standard) v0.30.1
---
### App Deployment
This project starts up a [FastAPI](https://fastapi.tiangolo.com/) server using Docker builder.
**NOTE**: Run locally using uvicorn main:app --host 127.0.0.1 --port 8000 --reload
[](https://railway.app/template/s8TfD0?referralCode=Rhlgc5)