5 Fast API
Mr. Shekhar D Jalane
Web Technology-I
What is API
2
API stands for Application Programming
Interface
Web Technology-I
API
3
An API is a software intermediary that
allows two applications to talk to each
other.
An API is like a waiter in a restaurant
Mobile Applications
Web Technology-I
Fast API
4
FastAPI is a high-performing web
framework for building APIs with Python
3.7+ based on standard Python type
hints.
What is Type Hint ?
Type Hind – Guided Approach for syntax
writing
FastAPI is built on top of the Starlette
web server
Automatic data validation, error
Web Technology-I
handling, and interactive API docs.
Application
5
Web Technology-I
Fast API Architecture
6
Web Technology-I