An open API service indexing awesome lists of open source software.

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.

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

[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/template/s8TfD0?referralCode=Rhlgc5)