๐Ÿ“ฆ PedramNavid / fastapi

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching โš–๏ธ MIT License
๐Ÿ“ฅ Clone https://github.com/PedramNavid/fastapi.git
HTTPS git clone https://github.com/PedramNavid/fastapi.git
SSH git clone git@github.com:PedramNavid/fastapi.git
CLI gh repo clone PedramNavid/fastapi
Vincenzo Fehring Vincenzo Fehring Merge pull request #1 from brody192/main 6bc3398 2 years ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“„ .gitignore
๐Ÿ“„ LICENSE.md
๐Ÿ“„ main.py
๐Ÿ“„ railway.json
๐Ÿ“„ README.md
๐Ÿ“„ requirements.txt
๐Ÿ“„ README.md

title: FastAPI description: A FastAPI server tags:
  • fastapi
  • hypercorn
  • python

FastAPI Example

This example starts up a FastAPI server.

Deploy on Railway

โœจ Features

๐Ÿ’โ€โ™€๏ธ 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
  • To learn about Hypercorn and how to configure it, read their Documentation