Building Web Application API's with the Python Flask Library
APIs have been a massive part of my development journey. In this video, I teach you how to build a simple one that we're going to expand upon in later videos in this series!
Contents
00:00 Intro
02:00 Hello world endpoint
08:00 /user endpoint with Post
14:30 using PostMan
19:52 /user endpoint with Get
24:15 Creating Posts
32:50 Outro
--
Twitter:
https://twitter.com/viking_sec
Newsletter:
https://www.vikingsecblog.com/viking-sec-weekly-newsletter/
Blog:
https://vikingsecblog.com/
You can subscribe to my newsletter (or, obviously, to my channel) if you want updates about the course I'm developing or any of my videos. The course is sitting at about 9 hours of raw footage right now all about web scraping with Python: how to design it, how to design it ethically, how to develop it, how to maintain it and how to level it up. Gonna be honest, I'm super proud of it thus far!
--
#Coding #APIs #Python