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

https://github.com/jmitchel3/fastapi-container

FastAPI and Dockerfile Boilerplate optimized for Railway Deployments
https://github.com/jmitchel3/fastapi-container

boilerplate fastapi minimal starter

Last synced: 6 months ago
JSON representation

FastAPI and Dockerfile Boilerplate optimized for Railway Deployments

Awesome Lists containing this project

README

          

# FastAPI Container - Starter Boilerplate

[![Deploy on Railway](https://railway.com/button.svg)](https://fastapicontainer.com)

FastAPI and Dockerfile starter code for optimized deployments on [Railway](https://fastapicontainer.com).

Includes:

- Minimal FastAPI app
- FastAPI-built Dockerfile for continuous deployments
- Endpoint for deployment health checks during Railway deploys

Code: https://github.com/jmitchel3/fastapi-container
Railway Template: https://fastapicontainer.com
Reference blog post on [Coding for Entrepreneurs](https://www.codingforentrepreneurs.com/blog/deploy-fastapi-to-railway-with-this-dockerfile)