In this video, we begin a series of videos in which we shall learn how to build performant APIs with Litestar. Litestar is an opinionated web framework that allows you to build performant REST APIs and other server-side applications on the backend.
#python #litestar #asgi
SOURCE CODE:
https://github.com/Daily-hobby-projec...
PLEASE DONATE TO THE CHANNEL THROUGH:
PATREON:
/ jod35
You can also consider Becoming a member of this channel.
FOLLOW ME:
X:
https://x.com/jod35_
GITHUB:
http://github.com/jod35
TIMESTAMPS
(00:00:00) Intro
(00:00:55) Installing Litestar
(00:05:05) The Litestar CLI
(00:06:10) Creating the Litestar app
(00:07:33) Running a Litestar app
(00:14:47) Creating the first API endpoint
(00:17:16) Different OpenAPI web Interfaces Litestar provides
(00:20:14) Conclusion