An open API service indexing awesome lists of open source software.

https://github.com/pawpaw2022/fast-api-for-beginner

This repo contains the basic operation of Fast API with Python.
https://github.com/pawpaw2022/fast-api-for-beginner

fastapi python

Last synced: 3 months ago
JSON representation

This repo contains the basic operation of Fast API with Python.

Awesome Lists containing this project

README

          

# Fast-API-for-beginner

## This repo contains the basic operation of Fast API with Python

FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints.

This file includes the basic operation such as "GET", "PUT", "POST", "DELETE" methods etc to give you a general idea of how API works at a high level.