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
- Host: GitHub
- URL: https://github.com/jmitchel3/fastapi-container
- Owner: jmitchel3
- Created: 2025-02-18T20:55:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-18T21:33:16.000Z (over 1 year ago)
- Last Synced: 2025-02-18T22:27:24.041Z (over 1 year ago)
- Topics: boilerplate, fastapi, minimal, starter
- Language: Dockerfile
- Homepage: https://fastapicontainer.com
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FastAPI Container - Starter Boilerplate
[](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)