Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sebastiandotdev/invoice_api
https://github.com/sebastiandotdev/invoice_api
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sebastiandotdev/invoice_api
- Owner: sebastiandotdev
- License: mit
- Created: 2023-12-17T22:07:25.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-17T22:07:27.000Z (11 months ago)
- Last Synced: 2024-08-26T18:53:55.254Z (2 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- 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
- hypercorn
- python
---# FastAPI Example
This example starts up a [FastAPI](https://fastapi.tiangolo.com/) server.
[![Deploy on Railway](https://railway.app/button.svg)](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/)