Flask restful API - Build a restful API using Flask and Flask-RESTful

preview_player
Показать описание
In this video tutorial we will build a restful API using the Python programming language and a python package called Flask-RESTful. Flask-RESTful is my goto package for building REST APIs using Flask and Python. There is no prior knowledge of Flask required however some basic python knowledge is required. We will build a users API where we will be able to fetch all users, fetch a specific user, create a user, update a user as well as delete a user.

Chapters:
0:00 Intro
0:45 Project structure
01:16 Initialise poetry project
02:00 Create UserList resource
07:03 Define routes
08:59 Register resource
09:56 Create flask app
10:16 Register blueprint
13:04 Create UserResource

Code:

Personal website:
Рекомендации по теме
Комментарии
Автор

Good work, we need more lectures like these.

azizullah
Автор

Thank you for sharing this content, I really liked your explanation.

MicheleWM