https://github.com/rodrigooler/fastapi
https://github.com/rodrigooler/fastapi
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rodrigooler/fastapi
- Owner: rodrigooler
- License: mit
- Created: 2023-12-29T21:00:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-29T21:00:50.000Z (over 2 years ago)
- Last Synced: 2025-03-14T22:06:20.271Z (about 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- 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
- hypercorn
- python
---
# FastAPI Example
This example starts up a [FastAPI](https://fastapi.tiangolo.com/) server.
[](https://railway.app/template/-NvLj4?referralCode=CRJ8FE)
## ✨ Features
- FastAPI
- [Hypercorn](https://hypercorn.readthedocs.io/)
- Python 3
## 💁♀️ How to use
- Clone locally and install packages with pip using `pip install -r requirements.txt`
- Run locally using `hypercorn 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/)
- To learn about Hypercorn and how to configure it, read their [Documentation](https://hypercorn.readthedocs.io/)