In this video we will build a simple restful API using the Python programming language. 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
00:00 Intro
01:57 Initialise poetry project
03:03 Create flask app
03:45 Fetch all users
04:57 Create a flask development server
07:04 Fetch a single user
11:32 Create a user
16:30 Update a user
22:48 Delete a user
25:44 Recap
Code:
https://github.com/demoskp/simple-fla...
Poetry installation:
https://python-poetry.org/docs/#insta...
Personal website:
http://www.petsas.consulting