Python API Development With FastAPI - Comprehensive Course for Beginners P-1

preview_player
Показать описание
FastAPI is the fastest Python Web Framework for building backend services and APIs in Python. In this series we'll go over how to build simple CRUD APIs using Python, MongoDB database and learn to perform CI/CD using github actions and Heroku. Let's learn fastAPI by creating a full API for crud of blog with user authentication, sending registration email and password reset emails.

FastAPI is using Pydantic library for types and starlette framework under the hood. FastAPI also provide amazing support for swagger API docs without us requiring to do any work to get it.

- Pydantic
- FastAPI
- Motor
- MongoDB
- FastAPI-mail
- Heroku
- Github actions
- Deployment
- CI/CD

Follow me on social media:

Please like, share and subscribe to this channel for more of such videos.
Рекомендации по теме
Комментарии
Автор

Hey man, to make it legit please also set up the DB and fastapi on docker like you would in a production environment. It would be super appreciated

astronemir
Автор

Please do make a video on uploading this to AWS or Digital Ocean not Heroku at the end of this series. xD

abdulrafay
Автор

Hello tutor, im very new to python coming from a different programming language i know just the basics of python. Can i go ahead with your video or i need to reach an expert level on python before proceeding?

Juwon
Автор

I wanted to ask, can we make a backend with this FASTAPI in which there's conversion of files? e.g: JPG to PDF. As we all know almost everything is possible with python so will be there any kind of limits? I will be making a website in which people can convert files and on front I will be using Next.js

abdulrafay