https://github.com/yuting1214/fullstack-fastapi
Deploy a FastAPI app with PostgreSQL integration with one click.
https://github.com/yuting1214/fullstack-fastapi
fastapi postgresql python railway zeabur
Last synced: 2 months ago
JSON representation
Deploy a FastAPI app with PostgreSQL integration with one click.
- Host: GitHub
- URL: https://github.com/yuting1214/fullstack-fastapi
- Owner: yuting1214
- License: mit
- Created: 2024-06-19T02:56:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-05T14:44:05.000Z (6 months ago)
- Last Synced: 2025-05-29T16:44:00.132Z (4 months ago)
- Topics: fastapi, postgresql, python, railway, zeabur
- Language: Python
- Homepage: https://railway.app/template/IhHgYS
- Size: 42 KB
- Stars: 1
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---
title: FastAPI
description: A FastAPI server
tags:
- fastapi
- uvicorn
- python
- postgresql
---[deploy-on-zeabur-button-image]: https://zeabur.com/button.svg
[deploy-on-zeabur-link]: https://zeabur.com/templates/A2TNYB# FastAPI FullStack Example
This example starts up a [FastAPI](https://fastapi.tiangolo.com/) server with [PostgreSQL](https://www.postgresql.org/) as backend.
[](https://railway.app/template/IhHgYS?referralCode=jk_FgY)
[![][deploy-on-zeabur-button-image]][deploy-on-zeabur-link]## ✨ Features
- FastAPI
- [uvicorn](https://www.uvicorn.org/)
- Python 3## 💁♀️ How to use
- Clone locally and install packages with pip using `pip install -r requirements.txt`
- Run locally using `python -m backend.app.main`## 📝 Notes
- To learn about how to use FastAPI with most of its features, you can visit the [FastAPI Documentation](https://fastapi.tiangolo.com/tutorial/)
- To learn about Uvicorn and how to configure it, read their [Documentation](https://www.uvicorn.org/)