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.
- Host: GitHub
- URL: https://github.com/pawpaw2022/fast-api-for-beginner
- Owner: pawpaw2022
- Created: 2021-07-22T06:17:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-22T06:29:48.000Z (almost 5 years ago)
- Last Synced: 2026-03-31T07:51:32.227Z (3 months ago)
- Topics: fastapi, python
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.