rsg71 / fast-api-basic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fast-api-basic

Before you begin

python -m pip install fastapi uvicorn[standard]

How to run

uvicorn main:app --reload

You will then see this:

INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
INFO: Started reloader process [28720]
INFO: Started server process [28722]
INFO: Waiting for application startup.
INFO: Application startup complete.

About


Languages

Language:Python 100.0%