muhiqsimui / LearnFastAPI

this my repo just for save file fast api and learning something

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LearnFastAPI

FastAPI

This Repo just for save file fast api and learning something

Fast API is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python

Website : https://fastapi.tiangolo.com/ Github : https://github.com/tiangolo/fastapi

$ pip install fastapi
---> 100%
$ pip install uvicorn[standard]

---> 100%

how to run app

uvicorn main:app --reload

api interface ui so nice

http://127.0.0.1:8000/docs

About

this my repo just for save file fast api and learning something


Languages

Language:Python 100.0%