FastAPI MySQL REST API in Python | CRUD Operations | Swagger | SQLAlchemy

preview_player
Показать описание
In this tutorial we are going to create REST API with FastAPI framework in python and MySQL DB,

I am going to explain everything you need to know about creating REST API's from scratch and we will create Entire Working Module with proper folder structure to organize the flow as per industry slandered.
Рекомендации по теме
Комментарии
Автор

*Please consider to subscribe if you enjoyed ok 👍*

maheshkariya
Автор

Hi, instead of SQLAlchemy, Is there any alternative better choice for db connection using fastapi?

manjunathbukkapatnam
Автор

Thank you so much! subscribed! so good content!
Question - why do we need apache from xampp?

frankkim
Автор

"Table 'test.users' doesn't exist"
I'm getting an error like this, please revert if anyone knows what to do?
I've checked everything, laragon is running, still nothing. Please can you help me fix this error?

Wakimkings
Автор

Bro I get -> AttributeError: 'APIRouter' object has no attribute 'select' HELP me! plz

luismeza
Автор

Good video, I love you <3
From VietNam!!!

nguyensoi
Автор

Great tutorial. Quick question though. What are some of the best options to deploy this restful app for production use?

polris
Автор

Hi, localhost:8000/docs is not working, he refuse the connection.
what can i do?
can we connect?

jihenezouari
Автор

hi Sir my vs code terminal not accept " source " Command plz can you tell me why not accept it? i use windows 10

naheeddeedar
Автор

ModuleNotFoundError: No module named 'routes.index' error is coming how to fix it

sainivasreddy
Автор

ValueError: [TypeError('cannot convert dictionary update sequence element #0 to a sequence'), TypeError('vars() argument must have __dict__ attribute')] getting this error while inserting data

rohitmiryala
Автор

I guess, it is assumed here to create database and table in MYSQL right ?
cause thats when my program executed. However Tutorial is nicely done, great job.. thanks a ton.

yantriq
Автор

I want ask, i am confused, i see on your videos when you first test try it out at GET / Read Data, there is data in id 6 and 7. So how to do it? because you don't anything

amrikhurniawan
Автор

I am getting {} in get request when i execute please help me with this

hashimbilal
Автор

Hi nice video. Thanks. Do you have a github link to the code? Thanks.

bugaian
Автор

Hi Mahesh, Need your help in this CRUP API, I have created the database but unable to migrate my table to database hence getting errors like, test.users does not exists.How to migrate in FASTAPI, will be very helpful if you can help here

shailendrasingh
Автор

I have a problem when I make the post request I get executed correctly but when I go to phpmyadmin there are no records, can you help me?

Jota
Автор

The Browser shows "Internal Server Error" please tell me how to fix it! Please!

fishingwitholeg
Автор

Hello, great tutorial. I needed some help with modifying the data fetched from database.
Please help me with that.

chetanseth
Автор

Is xampp necessary to work with sqlite?

Tarunkumar_Gatla