Build a Pizza delivery API with FastAPI #4 | User Creation (Signing Up)

preview_player
Показать описание
Hey guys , This is part 4 of a series of videos where we are going to build a Pizza delivery API for a Pizza delivery service. This video is intended for anyone who wants to learn how to build REST APIs with FastAPI.

In this video, we look at how to create user accounts by signing up users. We look at pydantic which allows to serialize and also validate data we send to our API. We also look at how to raise HTTPExceptions in case our validation rules are not met.

Please like comment and subscribe to the channel.

SOURCE CODE:

GITHUB:

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

once again your clear coding and explanation's make so much sense.

chetty
Автор

Thank You for You'r videos. You really helps me!!!

paren
Автор

What I don't understand is the difference between models and schemas, could you perhaps elaborate?

FedericoFrontini-ft
Автор

mmm but right now, if you try to create a user, you don't have the user response...

rincondepython