rhjhaerol / fastAPI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FastAPI Tutorial

This is FastAPI tutorial using Python. There is using get, post, put, and delete

Before that, you must install dependencies

pip install fastapi
pip install uvicorn

To run server

uvicorn myapi:app --reload

About


Languages

Language:Python 100.0%