Complete API Development -- Django Rest Framework + MySQL For Beginners || By Great Adib

  Рет қаралды 38,544

Great Adib

Great Adib

Күн бұрын

github.com/Gaz...

Пікірлер: 53
@umeshdangi123
@umeshdangi123 2 жыл бұрын
thank you bro....i watched videos having lakhs views ... but i didnt understand things...but i watched your video a lot of things are cleared now....thank you good luck make more videos ... you will rock one day
@GreatAdib
@GreatAdib 2 жыл бұрын
Thanks man
@irfanhussain772
@irfanhussain772 2 жыл бұрын
Thanks so much. No one is better than you explaining these stuffs. Very nice
@kenmmita346
@kenmmita346 Жыл бұрын
for update, if you want to only update modified fields, change method to PATCH an add partial = True in your serializer. Else to update the whole object use PUT instead of POST. For delete change from GET to DELETE. Otherwise great tutorial
@sowmee_meow
@sowmee_meow Жыл бұрын
Very helpful video. Thank you
@user-en9zk4gg4c
@user-en9zk4gg4c Жыл бұрын
Just Perfect and Accurate by Him,Thanks So much.
@mostakkhankhadem4432
@mostakkhankhadem4432 3 жыл бұрын
I don't know what to say but really I am mesmerized.
@GreatAdib
@GreatAdib 3 жыл бұрын
Thanks
@faisalsalam33
@faisalsalam33 2 жыл бұрын
Thank you so much, really helpful. Best wishes
@GreatAdib
@GreatAdib 2 жыл бұрын
You are most welcome also check my new react node MySQL full stack project
@shivakumarchary9955
@shivakumarchary9955 3 жыл бұрын
Tqsm for helping me your explanation was awesome brother But I have one request to you Could you please explain Restframework_filters include (search and sort) operation please brother
@lukengirubiu6492
@lukengirubiu6492 3 жыл бұрын
Great
@zergovrock5277
@zergovrock5277 2 жыл бұрын
top and best
@dalelloussaief4373
@dalelloussaief4373 6 ай бұрын
Thanks so much
@GreatAdib
@GreatAdib 6 ай бұрын
You are most welcome 🤗
@grootgear2309
@grootgear2309 3 жыл бұрын
I got bad request in post operation What can i do!? After click post button it Returns "json parse error-extra data:line 7 column 6 (char 122)"
@md.sahaibmridha3170
@md.sahaibmridha3170 3 жыл бұрын
I'm totally surprised that your vocal is 99.99% same to me.
@GreatAdib
@GreatAdib 3 жыл бұрын
Haha 🤣🤣
@codenamefrag
@codenamefrag 2 жыл бұрын
you just saved my grade
@nishantpandeysuraj
@nishantpandeysuraj 3 жыл бұрын
Sir I am getting error in delete product, delete() missing 1 required positional argument 'self'
@asgeralia8802
@asgeralia8802 2 жыл бұрын
Superb, can u pls explain database first crud operations in django
@nguyenvu3606
@nguyenvu3606 3 жыл бұрын
thanks a lot, it's really helpful
@ai.201
@ai.201 3 жыл бұрын
Can anyone tell me what's the difference between rest framework and simple add delete update, we can do all the things without rest too. Why we use it?
@GreatAdib
@GreatAdib 3 жыл бұрын
To implement on Front end like react and mobile apps Android and iOS platform that consume Api
@faid5883
@faid5883 2 жыл бұрын
@@GreatAdib can i implement this for codeignitor front end?
@subrotoxing8214
@subrotoxing8214 2 жыл бұрын
i thought the same as you before but from what i gather it comes to these two most frequent answers 1. for security .. generally you do not want user to be able to communicate with database directly.. adding a web server layer in between adds padding for data security. 2. for simplicity...json is widely adopted and hence become reusable part in every kind of database be it nosql or sql... i'm one of those people who thought writing python code is easier than sql query.
@prakashkombala
@prakashkombala 2 жыл бұрын
Really you’re grate , can you help me to save api data with and more than one table and foreign-key from remote json server data to Django database
@AbdullahAlMahfug
@AbdullahAlMahfug 3 жыл бұрын
Are you from Bangladesh ?
@ziadtarek4382
@ziadtarek4382 3 жыл бұрын
isn't the delete operation should be a post request instead of a get request as it's a change to the database?
@GreatAdib
@GreatAdib 3 жыл бұрын
Not I am getting the I'd from database of that product so it's a get
@ifranrahman
@ifranrahman 3 жыл бұрын
Thanks a lot
@weekendstories7170
@weekendstories7170 2 жыл бұрын
Rest api bulid in this video Same type of work in realtime job also or not pls giveme conformation to me
@GreatAdib
@GreatAdib 2 жыл бұрын
Yes
@suriyam5740
@suriyam5740 2 жыл бұрын
Can you make another tutorial connecting this Rest API with angular, It will be helpful thank you!!!!!
@GreatAdib
@GreatAdib 2 жыл бұрын
I don't know angular bro sorry for that.
@suriyam5740
@suriyam5740 2 жыл бұрын
@@GreatAdib it's OK bro thank you so much for this tutorial
@abhinasregmi9742
@abhinasregmi9742 3 жыл бұрын
Thank you
@nagendrathorati6194
@nagendrathorati6194 3 жыл бұрын
👍
@PrinceDalsaniyaYT
@PrinceDalsaniyaYT 3 жыл бұрын
where can I host my mysql database online and how to connect that to django app. Please help.
@GreatAdib
@GreatAdib 3 жыл бұрын
You have to use aws and heroku
@PrinceDalsaniyaYT
@PrinceDalsaniyaYT 3 жыл бұрын
@@GreatAdib means i can host my MySQL database on AWS and use it in django project and host the django project on Heroku. This is what you want to say?
@shubhamgaming9505
@shubhamgaming9505 2 жыл бұрын
if id is not in database then what happen
@GreatAdib
@GreatAdib 2 жыл бұрын
Then it will never work as I'd is so important in database
@zergovrock5277
@zergovrock5277 2 жыл бұрын
it will throw an exception and you should try catch it
@tarungrover9415
@tarungrover9415 2 жыл бұрын
i lowe you bby
@GreatAdib
@GreatAdib 2 жыл бұрын
Haha thx knock me on facebook Gazi Adib I want give you some project based on it you will get more benefit from it 😎
@billangle8973
@billangle8973 3 жыл бұрын
Thanks so much. No one is better than you explaining these stuffs. Very nice
@GreatAdib
@GreatAdib 3 жыл бұрын
Your are most welcome 😊
Django REST Framework - Build an API from Scratch
40:39
Caleb Curry
Рет қаралды 216 М.
How to Connect Django Project to Already Existing Database
24:00
А ВЫ ЛЮБИТЕ ШКОЛУ?? #shorts
00:20
Паша Осадчий
Рет қаралды 1,6 МЛН
Modus males sekolah
00:14
fitrop
Рет қаралды 15 МЛН
Blue Food VS Red Food Emoji Mukbang
00:33
MOOMOO STUDIO [무무 스튜디오]
Рет қаралды 35 МЛН
Django Rest Framework for Beginners - Simple CRUD API
14:22
John Watson Rooney
Рет қаралды 50 М.
API vs. SDK: What's the difference?
9:21
IBM Technology
Рет қаралды 1,4 МЛН
When RESTful architecture isn't enough...
21:02
Dreams of Code
Рет қаралды 275 М.
Django Rest Framework | Serializers & CRUD
22:40
Dennis Ivy
Рет қаралды 386 М.
This MacBook was really really really really dirty #413
36:27
Adamant IT
Рет қаралды 8 М.
How To Create a Python API With FastAPI - Full Tutorial
25:39
Tech With Tim
Рет қаралды 43 М.
How to Become a Good Backend Engineer (Fundamentals)
26:40
Hussein Nasser
Рет қаралды 521 М.
Django REST Framework Oversimplified
9:43
Dennis Ivy
Рет қаралды 323 М.
"The Life & Death of htmx" by Alexander Petros at Big Sky Dev Con 2024
23:01
Montana Programmers
Рет қаралды 57 М.
А ВЫ ЛЮБИТЕ ШКОЛУ?? #shorts
00:20
Паша Осадчий
Рет қаралды 1,6 МЛН