Full Web Apps with FastAPI Transcripts
Chapter: Course conclusion and review
Lecture: Conclusion
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
Well, we've come to the end of the course and congratulations on making it this far
0:04
Hopefully, you've worked through building the application along with me as we've worked through
0:09
all the different chapters and the different technologies. So it's time to bring it home.
0:13
You're now ready to build production grade apps, not just APIs but full on web applications with FastAPI.
0:21
And let me just reiterate, the reason I think that's super valuable here. Sure, there are many web frameworks, and FastAPI is a great API framework,
0:28
but you often want to have both. There's often some web UI component to your app and an API. You don't wanna have those things be separate.
0:36
You wanna have the ability to use the same framework. So if we build our web applications with FastAPI instead of like,
0:43
say, the foundation like Starlette or a completely different framework like Django, we have this ability to seamlessly move between them.
0:51
And I think that is super, super, powerful. FastAPI is such a great framework that it actually makes one of the best web application,
0:58
the dynamic HTML side of the web, really, really nice as well. So I think you're gonna get a lot out of this. And during this chapter,
1:06
we're going to go through all the different topics that we've covered during this course and just do a quick review of what you've learned.