Build a Pizza delivery API with FastAPI #2 | Creating the Project Routers

preview_player
Показать описание
Hey guys , This is part 2 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 organize a FastAPI project into routers. We create thne different routers specific to auth and orders.

Please like comment and subscribe to the channel.

SOURCE CODE:

GITHUB:

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

Hello my friend, i'm from Russia! Thank you for your course, it so useful!

paren
Автор

You are awesome. Keep up the good tutorials

pricecharts
Автор

At 7:32 you have loaded the main:app, I also did the same but an error is popping up like this "Error loading ASGI app. Import string "main.app" must be in format "<module>:<attribute>"."
Please help me out with this

AbhiramMirthipati
Автор

At 1:21 you activated the environment using source env/Scripts/activate, but in my laptop the same command is not running.
It is popping up : source : The term 'source' is not recognized as the name of a cmdlet, function, script file,
or operable program. Check the spelling of the name, or if a path was included, verify that
the path is correct and try again.

Please help me with this

AbhiramMirthipati
Автор

Which OS you are using? Linux or Windows ??

AbhiramMirthipati
Автор

this is different from the other pizza project which is just a restful api ? and this project is using fastapi

chetty
Автор

At 1.21 It is showing like this in my mac how to
source: no such file or directory: env/Scripts/activate

meghnasoni