lc443 / FastAPI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building api with ython with FastAPI and Uvicorn, and Postgres

Preparing Environment

pip3 install fastapi "uvicorn[standard]"
  • Use pydantic to create and validate models

Running application

  • uvicorn {module_name}: app --reload
uvicorn main:app --reload

About


Languages

Language:Python 100.0%