/fastapi-06Ph

Primary LanguagePythonMIT LicenseMIT

title description tags
FastAPI
A FastAPI server
fastapi
python

FastAPI Example

This example starts a FastAPI server. The sample API includes a random number generator with min and max limits.

Deploy on Railway

✨ Features

  • FastAPI
  • Python

💁‍♀️ How to use

  • Deploy using the button 👆
  • Clone locally and connect to your project using railway link
  • Install packages using pip install -r requirements.txt
  • Run locally using python main.py