APIFlask Crash Course (Build a REST API Using Flask and Marshmallow)

Опубликовано: 09 Октябрь 2024
на канале: Ssali Jonathan
1,247
33

APIFlask is a lightweight API Framework that allows you to build APIs on Flask and Marshmallow. It comes with support for API documentation, authentication, and other important features required when building an API with Flask


DOCS:
https://apiflask.com/

SOURCE CODE:
https://github.com/jod35/apiFlask-cra...

PLEASE BUY ME A COFFEE:
https://www.buymeacoffee.com/jod35

GITHUB:
https://github.com/jod35/

TIMESTAMPS
0:00 Intro
01:04 Project set up
6:14 Swagger UI
6:56 Creating a Database with SQLAlchemy
17:37 Creating API endpoints
22:35 Creating schemas for serialization
45:01 Redoc documentation