Python REST API in 15 minutes

preview_player
Показать описание
In this video, you'll learn how to build the foundation of a modular, scalable REST API using Flask REST-x, SQLAlchemy, and Marshmallow.

🛠 Resources Mentioned In This Video 🛠
__________________________________________

⚙ My Equipment ⚙
__________________________________________

__________________________________________

#flask #python #marshmallow #sqlalchemy #api #restapis

00:00 - Intro/What We're Building
00:31 - Project Setup
01:00 - Flask App Configuration
01:34 - Application Factory Creation
02:30 - Extend Flask CLI
03:00 - Sanity Check
03:25 - REST-X API Namespaces
05:30 - Additional Dependencies
05:40 - Register Extensions
07:20 - Update App Configurations
08:13 - Articles Package Setup
08:25 - Database Model Definition
09:31 - Initialize DB from CLI
09:58 - Define Marshmallow Schemas
10:44 - Create Article Services
13:44 - Update Resources
15:05 - Conclusion
__________________________________________

(Affiliate links may be included in this description. I may receive a small commission at no cost to you.)
Рекомендации по теме
Комментарии
Автор

I was working with Flask trying to create an MVC like pattern. it became very annoying at times, trying to figure out how all the domino pieces fit together, but this looks like the way to go, this is amazing!

nachop
Автор

I've never even made a REST API before but I feel like I could follow your tutorial really well. Would love to see you post more.

Worldwidegamr
Автор

Man, that is what I was looking for days. Now I can organize my Flask project properly. Thanks a lot!
I will be looking forward to more videos about the back-end with Python 😋

Grki