Build a REST API with Flask, Marshmallow and PostgreSQL

preview_player
Показать описание
Hey guys, In this video, we build a simple REST API for a recipe service. We use Flask, Marshmallow and PostgreSQL database for storing data. We use Marshmallow for serializing SQLAlchemy objects to JSON.

Please like, comment and subscribe to the channel for more content like this.

FOLLOW ME:

Chapters
0:00 - Introduction and Project Set Up
4:51 - Creating database models
14:33 - Creating the serializer class
17:45 - Creating all database tables
21:20 - Creating all endpoints
25:22 - Getting all resources
29:15 - Creating a resource
34:04 - Getting an individual response
36:09 - Updating a resource
40:04 - Delete a resource
41:48 - Testing all the routes
42:50 - Creating error handlers
45:07 -Wrapping Up
Рекомендации по теме
Комментарии
Автор

Thanks for watching. Please Subscribe to the channel.

SsaliJonathan
Автор

Good tutorial, it helped me a lot. Thank you!

jyotsnakc
Автор

Hi Jo, thank you for the video, it helped me a lot. Keep that good work going, you are doing great!

Moreover I would like to know the name of the dashboard tool you are playing with to send get/post requests to you API. Is it a free software? Where I can find it?

niccolosalvini
Автор

HI, Instead of getting all the columns in GET request, How could I get only specific columns from the postgres table?

vijeandran
visit shbcf.ru