https://github.com/fallendeity/fastapi
https://github.com/fallendeity/fastapi
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fallendeity/fastapi
- Owner: FallenDeity
- License: mit
- Created: 2023-02-19T06:16:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-19T06:16:39.000Z (over 3 years ago)
- Last Synced: 2025-05-17T21:38:08.303Z (about 1 year ago)
- Language: Python
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
---
title: FastAPI
description: A FastAPI server
tags:
- fastapi
- python
---
# FastAPI Example
This example starts up a [FastAPI](https://fastapi.tiangolo.com/) server.
[](https://railway.app/new/template/-NvLj4?referralCode=milo)
## ✨ Features
- FastAPI
- Python 3
## 💁♀️ How to use
- Deploy using the button 👆
- Clone locally and install packages with Pip using `pip install -r requirements.txt` or Poetry using `poetry install`
- Connect to your project using `railway link`
- Run locally using `uvicorn main:app --reload`
## 📝 Notes
- To learn about how to use FastAPI with most of its features, you can visit the [FastAPI Documentation](https://fastapi.tiangolo.com/tutorial/).
- FastAPI provides automatic documentation to call and test your API directly from the browser. You can access it at `/docs` with [Swagger](https://github.com/swagger-api/swagger-ui) or at `/redoc` with [Redoc](https://github.com/Rebilly/ReDoc).