Files
2021-07-24 10:23:54 -04:00
..
2021-04-20 15:02:51 -07:00
2021-04-20 15:02:51 -07:00
2021-07-24 10:23:54 -04:00
2021-04-20 15:02:51 -07:00
2021-04-20 15:02:51 -07:00

title, description, tags
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