Django Rest Framework Series - Build a Django DRF app and React Front-end - Part-1

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 มิ.ย. 2024
  • Hello, and welcome to the first tutorial in this Django Rest Framework Series. In the following series of tutorials we will go through the Django Rest Framework and in addition build a React application to consume our Django Rest API. In this tutorial we work through a little bit of API theory then start to build a simple application in Django - based around a blog type of application. We move through the gears in Django then move across to React where we build an application to consume our new Django API.
    🎉More from this Django Rest Framework Series:
    • Learn Django Rest Fram...
    🐱‍🏍Introduction
    00:00 Series overview and tutorial breakdown
    🐱‍🏍Theory
    03:40 Theory Introduction
    14:31 HTTP Request Methods
    16:29 HTTP Status Response Codes
    20:05 Defining a RESTful API service
    27:16 Endpoints
    🐱‍🏍Django Development
    31:37 Creating a new project and virtual machine
    35:37 We start coding - first the URLs
    41:03 Creating the models
    51:02 API views and serializers
    1:00:15 Using the APIview
    1:07:02 Using the built in generic class views
    1:12:19 Starting and using the Postman application
    1:13:41 Testing the application
    🐱‍🏍React Development
    1:31:56 Introduction
    1:32:44 Build new application
    1:36:28 Building the index.js component
    1:41:01 Material UI introduction
    1:43:00 Building the header and footer
    🐱‍🏍Django Development
    1:53:19 Installing and configuring Cors
    🐱‍🏍React Development
    1:56:43 Connecting and collecting data from an API
    2:12:44 We have data!
    Code Repository:
    github.com/veryacademy/YT-Dja...
    👍SUBSCRIBE to get more free tutorials, courses and code snippets!
    / @veryacademy
    👍👍Follow us on Facebook
    / veryacademycom-1132321...
    👍👍👍Follow use on Twitter:
    / veryacademy

ความคิดเห็น • 422

  • @MrKeepItTrill
    @MrKeepItTrill 2 ปีที่แล้ว +6

    This is fantastic so far! The first DRF series I've seen that includes testing right from the start

  • @khushalimal5186
    @khushalimal5186 3 ปีที่แล้ว +10

    This always happens with me, I see a dozen of tutorials with not-so-appropriate explanations, get frustated , and then finally land up on a tutorial with THE MOST AMAZING explanation on this planet. Can't thank you enough for such a clear & engaging content. Can't wait to see this channel getting what it deserves.✨💜

  • @nowhereman5956
    @nowhereman5956 3 ปีที่แล้ว +3

    I've been doing full stack stuff for years, but I still learned a lot from this video. Thanks

  • @ssentumbweenoch3430
    @ssentumbweenoch3430 2 ปีที่แล้ว +34

    I have to admit. This is the first time I have felt so comfortable with React and Django in a year. This series is the Best Christmas present for 2021. Everything that I want is in this.

  • @antherrepublican330
    @antherrepublican330 3 ปีที่แล้ว +1

    I love using Django, and react, so putting them together is absolutely dynamite. Thank you for this,

  • @ed7590
    @ed7590 2 ปีที่แล้ว +1

    You're a really engaging teacher. This is by far the most intuitive explanation I've seen about Django REST APIs. Looking forward to the rest of the series!

  • @sergeysergey6682
    @sergeysergey6682 3 ปีที่แล้ว +156

    this content is gold , i watched a lot of vids on Django and Django & React (including paid ones) and this must be one of the best i have ever seen! plz continue !

  • @Kaszanas
    @Kaszanas 3 ปีที่แล้ว +4

    One of the first tutorials that I see mentioning testing the application... Finally! So this is really good

  • @srinathkumar1452
    @srinathkumar1452 3 ปีที่แล้ว +21

    Wow. This is gold. 10 minutes in and I've already subscribed!

    • @veryacademy
      @veryacademy  3 ปีที่แล้ว +5

      Welcome aboard! Thank you! - Just working on making this to platinum - series will resume shortly 👍

  • @begaal9840
    @begaal9840 3 ปีที่แล้ว +1

    It rarely happens to find someone with great knowledge and a talent for teaching... you are one of those rare cases

  • @acekavi
    @acekavi 3 ปีที่แล้ว

    This is the best tutorial on rest api I found so far. Thank you so much!

  • @angelolicettifans
    @angelolicettifans 3 ปีที่แล้ว +12

    Dudeeee!!!!!! This series is exactly what I was looking for, I have just seen a part of this first video and I am absolutely happy to see how good a teacher you are. Thank you so much for sharing your knowledge. I'm sure you will get so many more thousands of subscribers soon! Keep it up!

    • @veryacademy
      @veryacademy  3 ปีที่แล้ว +3

      Thank you Angelo dude 😁

  • @Drzfinest929
    @Drzfinest929 3 ปีที่แล้ว +17

    This is an amazing source, I honestly looked for a lot of different videos on the same topic and nobody breaks down in this depth! Thank you!

    • @veryacademy
      @veryacademy  3 ปีที่แล้ว +4

      Thanks Chris, glad you found some use out of them. I have said it many times before, but this is just the beginning of a long road to much better tutorials.

    • @Drzfinest929
      @Drzfinest929 3 ปีที่แล้ว +1

      @@veryacademy Looking forward to them!

  • @manfredwurst8769
    @manfredwurst8769 3 ปีที่แล้ว +1

    This tutorial is absolutely great!
    The theory of Django DRF is explained thoroughly which I've been missing a lot in other tutorials.
    Exactly what I needed!

    • @veryacademy
      @veryacademy  3 ปีที่แล้ว +1

      Glad it was helpful!

  • @totansarker5460
    @totansarker5460 ปีที่แล้ว +2

    I've been looking for a great playlist and here it is.
    Thank you so much, best tutorial till today : 12-3-2023
    Love from Bangladesh

  • @-XArchLinuxEnjoyerX-
    @-XArchLinuxEnjoyerX- 2 ปีที่แล้ว +1

    Hey, I've just finished the theory part, and I absolutely agree with the fact that its vital to have a basic understanding of why your code works or how it works, especially for beginners. So far I love the way you explain concepts, it is just right at least for my personal way of learning. One piece of advice I would like to share with you, is to code first and ask the student to just follow along (typing, not copy pasting!) and THEN explain what each thing does and why. This is something I picked up from Zed Shaws, "Learn X language the hard way" books, and I feel there is some merit to this approach. When someone has already written the code it is easier to explain to them because they have already experienced it, and it isnt a purely theoretical cloud in their mind. Anyway, thats my 2 cents on the matter, but so far I am loving the tutorial, keep it up :D !!!

  • @alpstinger5083
    @alpstinger5083 3 ปีที่แล้ว +2

    This is just beautiful! Clear, concise and in depth!

  • @anand_dudi
    @anand_dudi 2 ปีที่แล้ว

    Other youtubers do confused thats why i am here and now everything is clear thanks!

  • @ladywebber1726
    @ladywebber1726 2 ปีที่แล้ว

    I really love your videos and learn so much from them. Thank you for taking the time to make these courses. I am super appreciative of the time you took to prepare this

  • @isurupradeepa
    @isurupradeepa 3 ปีที่แล้ว

    This guy is the BOMB!!! Thank you very much for the amazing tutorial. Well explained and detailed. This is the best one I've found on YT related to the django rest framework. It's really great that you explained basic concepts first before getting into developing. You deserve more subs. Keep up the good work and I know you will earn more and more subs in no time. Good luck and all the best!!!
    👌👌

  • @aashayamballi
    @aashayamballi 3 ปีที่แล้ว +2

    This is great! 🔥
    Thank you very much for including testing as well 👍🏽
    Also close to 1K mark! Very excited 🤓

    • @veryacademy
      @veryacademy  3 ปีที่แล้ว +2

      😊 Thank you, nearly there! Testing is not super clean but hopefully functional and providing insight for learning. 👍

  • @devemanuelangelo
    @devemanuelangelo 10 หลายเดือนก่อน

    This is just beautiful! Clear, concise and in depth, good very good ...

  • @nohoosoch3841
    @nohoosoch3841 3 ปีที่แล้ว +3

    Thank You. This is best course I have seen on Django rest framework.

  • @timothyhitge9189
    @timothyhitge9189 3 ปีที่แล้ว +2

    This is sick. Definitely going to subscribe.

  • @santoshernandez5677
    @santoshernandez5677 2 ปีที่แล้ว

    Seriously insanely great and relevant content. Thank you!

  • @igormundim
    @igormundim ปีที่แล้ว

    O conteúdo está sendo de bastante serventia, desta vez venho agradecer antes de começar pois sempre acabo esquecendo!

  • @rannyb1162
    @rannyb1162 3 ปีที่แล้ว +1

    WOW. This is so amazing. Have learnt a lot and refreshed my knowledge and skills on both react and Django. Thanks so much!!!

    • @veryacademy
      @veryacademy  3 ปีที่แล้ว +1

      Happy to hear that!

  • @akmmuhitulislam2629
    @akmmuhitulislam2629 3 ปีที่แล้ว +2

    I just finished watching the theory and it made me subscribe to this channel. This is gold!!

  • @travis.gooden
    @travis.gooden ปีที่แล้ว +6

    Very well explained, and I'm sure it worked great at the time. The Django portion holds up perfectly still.
    As for the React portion, if you're just starting out I wouldn't recommend this video anymore. React, React DOM and Material UI have all gone through substantial changes since this came out. You can figure the differences out by looking at the current documentation for all of these, but it's going to be easier to follow a different tutorial rather than changing broken things as they come up.

  • @parthokr
    @parthokr 3 ปีที่แล้ว +3

    Great job. Best step by step tutorial ever.

    • @veryacademy
      @veryacademy  3 ปีที่แล้ว

      Wow, thanks Partho, glad you think so! 👍

  • @davidkhassias4876
    @davidkhassias4876 3 ปีที่แล้ว +1

    This content is just brilliant (I mean also the whole channel !) Thanks!

    • @veryacademy
      @veryacademy  3 ปีที่แล้ว +1

      Glad you enjoy it!

  • @sakshamkapoor5905
    @sakshamkapoor5905 3 ปีที่แล้ว +1

    Best content on the topic out there, thank you man! ❤

  • @rajeshpai252
    @rajeshpai252 3 ปีที่แล้ว

    great tutorials, explanation are just awesome makes me understand the whole concept instead of how to just get it done with.

  • @aashikyadav4439
    @aashikyadav4439 3 ปีที่แล้ว +1

    I have just watched 24 minutes and I already need part2. Please

  • @parthkatiyar9328
    @parthkatiyar9328 3 ปีที่แล้ว

    this is exactly what I was looking for !!

  • @codewithfarhad8594
    @codewithfarhad8594 3 ปีที่แล้ว +1

    Starting this course because I need DRF for my future project. Thanks for being so through with your explanations and hands-on practice.

    • @veryacademy
      @veryacademy  3 ปีที่แล้ว

      You're very welcome!

  • @issamdak5065
    @issamdak5065 2 หลายเดือนก่อน

    Never understood this theory ever before watching your presentation ...thank u so much

  • @AtifShafiinheritance
    @AtifShafiinheritance 2 ปีที่แล้ว

    this guy is sharing some serious knowledge out there, i stumbled upon your channel trying to figure out, asyncio , it would have taken me ages to understand that, but you made it easy peezy , awesome content brother, hopefully, you're going to keep these tuts opensource in near future as well xD...(never seen this depth in any tuts i have seen so far)

  • @christopherk4166
    @christopherk4166 3 ปีที่แล้ว +3

    Great tutorial! It's all starting to make sense now 😅 Also, thanks for mentioning the "Consuming REST APIs..." article.

    • @veryacademy
      @veryacademy  3 ปีที่แล้ว +3

      That is just music to my ears - Django can be such a big hurdle to begin with - this is partly why I focused first on Django in this channel. Once you got it - you got it - thank you 👍

  • @rushikeshgandhmal
    @rushikeshgandhmal 3 ปีที่แล้ว +2

    Your channel is Goldmine for learners. You are truly awesome man. I'm sure, you will get millions of subscribers. Appreciate your efforts. ❤️

    • @veryacademy
      @veryacademy  3 ปีที่แล้ว +1

      Thank you - bit far from 1million but that's the goal.

  • @beowolx
    @beowolx 3 ปีที่แล้ว +1

    Hi there,
    I just wanted to say this is a very good tutorial, one of the best I've watched!
    I'm gonna definitely subscribe to your channel to support the amazing job you've been doing :)

    • @veryacademy
      @veryacademy  3 ปีที่แล้ว

      Sorry - just found this one in the likely spam for some reason. Thank you - appreciate the support 👍

  • @aseelofmianwali8293
    @aseelofmianwali8293 3 ปีที่แล้ว +2

    this the best content sir, i am a senior dev but i watch someone posting videos randomly and this is the best i have seen

    • @veryacademy
      @veryacademy  3 ปีที่แล้ว +1

      Thanks Muhammad appreciate the positive comment.

  • @ImmediatelyLeaveYT
    @ImmediatelyLeaveYT 2 ปีที่แล้ว

    amazing, thanks for making me fall in love with django

  • @sachin-chaurasiya
    @sachin-chaurasiya 3 ปีที่แล้ว +3

    Ohh man 🔥🔥 what a Bang thank you so much ❤️

    • @veryacademy
      @veryacademy  3 ปีที่แล้ว

      You are very welcome 👍

  • @mart4060
    @mart4060 2 ปีที่แล้ว +1

    Been a full stack PHP developer for many years, lost the passion for code a little, but Python, Django and React look super interesting. Keep up the great work you are clear with explaining how this works.

  • @user-ke4yx6uw1r
    @user-ke4yx6uw1r 3 ปีที่แล้ว +1

    Best tutorial on DRF, this are gold,
    Thank you very much from this newbie, you have helped me a lot

    • @veryacademy
      @veryacademy  3 ปีที่แล้ว

      Glad it was helpful!

  • @krishnadhakad746
    @krishnadhakad746 ปีที่แล้ว

    One of the best django tutorial video

  • @Chowdahhh
    @Chowdahhh 3 ปีที่แล้ว +2

    Great tutorial! I was a little lost with all the Material UI stuff but that's more on me as I've only used a tiny bit of Bootstrap before. I did find one little bug that I figured I'd point out: on line 21 of App.js, you have setAppState in the list that's the second argument of the useEffect when I believe it should be appState, as this list is the states that useEffect will run again for when the state(s) update.

  • @heychaklader
    @heychaklader 22 วันที่ผ่านมา

    This is a great series - I just started and will complete ))

  • @jayamankrah4328
    @jayamankrah4328 3 ปีที่แล้ว

    I love your content and the way you teach, keep it going and we will support your channel to grow

    • @veryacademy
      @veryacademy  3 ปีที่แล้ว

      I appreciate that Jay, thanks. More content coming right up! 👍

  • @Furyki
    @Furyki 3 ปีที่แล้ว +3

    Thanks for this great tutorial :D , it was very helpful.

    • @veryacademy
      @veryacademy  3 ปีที่แล้ว

      Glad it was helpful!

  • @kumaranj707
    @kumaranj707 ปีที่แล้ว

    Thank you for making this video, it's really helpful to gain knowledge on full-stack,,,,love from India 🇮🇳

  • @TheF0steR
    @TheF0steR 3 ปีที่แล้ว +2

    Thank you for the detailed explanation!

    • @veryacademy
      @veryacademy  3 ปีที่แล้ว

      Glad it was helpful!

  • @omargalil7006
    @omargalil7006 5 หลายเดือนก่อน +1

    i've never watched someone who has this ability to simplify these kind of technologies and concepts, i'd recommend this channel for the begineers thanks alot for this amazing series

    • @veryacademy
      @veryacademy  5 หลายเดือนก่อน +1

      Glad you enjoy it although very much out of date the principles are very much the same.

    • @omargalil7006
      @omargalil7006 5 หลายเดือนก่อน

      i agree, and i tried to practice it more + reading the documentations helped me to match the proper way to do it in the newest and its not that much of a big difference to implement the concepts@@veryacademy

  • @mursalrabb6093
    @mursalrabb6093 3 ปีที่แล้ว +1

    Just started the playlist, loving your teaching style

    • @veryacademy
      @veryacademy  3 ปีที่แล้ว +1

      Awesome, thank you!

  • @gaborlakatos882
    @gaborlakatos882 3 ปีที่แล้ว +1

    I dont understand everything you talk about but you give me chill vibes so I dont stress about that

    • @veryacademy
      @veryacademy  3 ปีที่แล้ว +1

      It would be boring if you knew everything, code can be stressful (especially when it doesn't work) - exactly, it will come together and make sense over time and the more you do it 👍

  • @oliver1231033
    @oliver1231033 3 ปีที่แล้ว +1

    best django tutorial ever on TH-cam!

  • @jasonliu9790
    @jasonliu9790 2 ปีที่แล้ว

    Zander is the absolute best at teaching Django and Web Development. You all should do yourself a favor and subscribe to this man. He puts in so much hard work into these videos.

  • @muskanvaswan6382
    @muskanvaswan6382 3 ปีที่แล้ว +1

    This some really robust and comprehensive code I genuinely love it

  • @hannsu947
    @hannsu947 2 ปีที่แล้ว

    Liked your videos man, you are such a good teacher !

  • @nimaashena297
    @nimaashena297 3 ปีที่แล้ว

    I love you. the tutorial was perfect ❤👌👍

  • @sshbk5878
    @sshbk5878 2 ปีที่แล้ว +1

    Very cool! Thank You so much!

  • @user-vi4ye7oq3d
    @user-vi4ye7oq3d 3 หลายเดือนก่อน +1

    great video finally i understand thank you

  • @linatroshka
    @linatroshka 2 ปีที่แล้ว +3

    Thanks very much for this. I watched this in February 2022, so some bits of React have changed by then, but after a few tweaks everything works! Great tutorial, even though I am absolutely new to React, I was able to follow until the end.

    • @veryacademy
      @veryacademy  2 ปีที่แล้ว

      Thank you!

    • @gabrielgherman87
      @gabrielgherman87 2 ปีที่แล้ว

      Especially the React Router Dom is very different now if you are using the current version!

    • @bernardgaming5055
      @bernardgaming5055 2 ปีที่แล้ว

      It would be awesome if you could explain which tweaks made it work please. I'm struggling with a blank page after updated switch to routes and ReactDOM.render to createRoot.

  • @AngelHernandez-ex7ji
    @AngelHernandez-ex7ji 2 ปีที่แล้ว +1

    Your channel is a gold mine!

    • @veryacademy
      @veryacademy  2 ปีที่แล้ว

      Start mining that gold, thank you!

  • @stefanmilicic1313
    @stefanmilicic1313 2 ปีที่แล้ว

    Dude, you are brilliant!

  • @Brocollipy
    @Brocollipy 2 ปีที่แล้ว +1

    Really useful stuff presented clearly and quickly. Many thanks.

    • @veryacademy
      @veryacademy  2 ปีที่แล้ว

      Glad it was helpful!

  • @alanwalker5845
    @alanwalker5845 3 ปีที่แล้ว

    haven't even watched the video but looking at the other video contents and the playlist I can't resist subscribing

  • @mdhasiburrahman8802
    @mdhasiburrahman8802 ปีที่แล้ว

    The diamond content. All my doubts are covered in this video. I learned a lot

  • @souradip7
    @souradip7 3 ปีที่แล้ว +1

    This is the best tutorial for DRF I have seen till now.
    Could you please tell me what are the Extensions you are using in VSCode?

  • @jasonliu9790
    @jasonliu9790 2 ปีที่แล้ว

    you helped me learn Django. thank you kind sir.

  • @mehwishroohan253
    @mehwishroohan253 3 ปีที่แล้ว +1

    Excellent Tutorial. Thanks!!

  • @javiersolisbolivar3339
    @javiersolisbolivar3339 3 ปีที่แล้ว

    Great, this is what i was loking for!!! Thanks a lot!!

  • @franciscosabino4060
    @franciscosabino4060 2 ปีที่แล้ว +1

    Really good!!! Merry Christmas everyone

    • @veryacademy
      @veryacademy  2 ปีที่แล้ว

      Happy new year! Sorry, missed this comment!!!

  • @atufashireen6238
    @atufashireen6238 3 ปีที่แล้ว

    Better than any course!!....To the Point..... You're really cool, Thanks A lottttttt!!

  • @Ef-sy4qp
    @Ef-sy4qp 2 ปีที่แล้ว +1

    You are awesome!!! Thanks for teaching us!!!

    • @veryacademy
      @veryacademy  2 ปีที่แล้ว +1

      Thanks Ephrem! Glad they are useful

  • @carlosteghn
    @carlosteghn ปีที่แล้ว +1

    Thanks!

  • @AcademyOmen
    @AcademyOmen 3 ปีที่แล้ว +2

    Your explanations are devine🔥😍

  • @pawanmishra9342
    @pawanmishra9342 3 ปีที่แล้ว

    This is what I was looking for!!

  • @michealnd969
    @michealnd969 3 ปีที่แล้ว +1

    Daaaamn, well short of words i will put on same category with corey schafer.
    You take from simple to extreme can't thank You enough.you even go ahead.
    You simply best @very academy thanks alot.

    • @veryacademy
      @veryacademy  3 ปีที่แล้ว +1

      Thank you - I dont know corey, but I assume you highly regard him as a good provider. I cant thank you enough for spending time learning the content and wish you all the best.

  • @atod2572
    @atod2572 3 ปีที่แล้ว +2

    Wow such excellent explanation with time stamps! 😭(Happiness)

  • @krishnakanth4576
    @krishnakanth4576 2 ปีที่แล้ว

    Thanks a lot for the tutorial!

  • @Ricardo_Torales
    @Ricardo_Torales 2 ปีที่แล้ว +1

    Muy bueno video, bien resumido y completo. Muchas gracias.

  • @enricosaccheggiani3192
    @enricosaccheggiani3192 3 ปีที่แล้ว

    Very good content, in perfect English. Very good

  • @bmasseybrannen
    @bmasseybrannen 3 ปีที่แล้ว

    really great content. thank you!

  • @atpham2223
    @atpham2223 3 หลายเดือนก่อน +1

    gorgeous content you give to me is very easy to understand🥰🥰🥰😍😍😍

  • @michaelamoo1353
    @michaelamoo1353 2 ปีที่แล้ว

    This is incredible. I've learned so much. I love how you patiently explain everything. You are the best. What if I want to perform a test where if a user leaves out some details during a post request, that request wont go through but will return an error. How do I go about that?

  • @123sid789
    @123sid789 3 ปีที่แล้ว +2

    your videos deserves 100000 times more views/likes. you are surely gonna get that. your content is gold.

    • @veryacademy
      @veryacademy  3 ปีที่แล้ว

      Appreciate that, we aim to get better 👍

    • @123sid789
      @123sid789 3 ปีที่แล้ว +1

      @@veryacademy hopefully i'll get better too watching these.

  • @tarassavchenko2317
    @tarassavchenko2317 3 ปีที่แล้ว +1

    amazing tutorials, thank you)

  • @NishithSinghai
    @NishithSinghai 2 หลายเดือนก่อน

    This content is gold. I have gone through this video entirely. At the end, I can see header footer but not the posts. Only change I had to make is replace Switch with Routes in index.js. What am I missing, please? EDIT: I downgraded react-router-dom from latest to v5 and that helped

  • @warshipwarriors
    @warshipwarriors 2 ปีที่แล้ว

    I like how it's detailed,

  • @AliAliOxenFree
    @AliAliOxenFree ปีที่แล้ว +1

    outstanding content. Your explanations are top notch sir. earned a new sub!

  • @PiyushSharma-cq8xe
    @PiyushSharma-cq8xe 3 ปีที่แล้ว +1

    never seen better explanation than this

  • @sanyammittal2943
    @sanyammittal2943 3 ปีที่แล้ว

    Nice Videos !! Really need this kind of stuff to promote Django

    • @veryacademy
      @veryacademy  3 ปีที่แล้ว

      Glad you like it! 👍

  • @AtifShafiinheritance
    @AtifShafiinheritance 2 ปีที่แล้ว

    Way you explain,🙏🙏🙏🎉🔥

  • @Confusedcapybara8772
    @Confusedcapybara8772 3 ปีที่แล้ว +1

    Awesome video. Thank you so much

  • @abdelmajidalahyane3492
    @abdelmajidalahyane3492 3 ปีที่แล้ว +2

    great tutorial as always ... i just wanna recommend a great extension for vscode ...it's called thunder client which is a great replacement for postman with the same UI and features for api building cause i really find it annoying switching back and forth between vscode and postman...definitely worth trying ... cheers

  • @inuke4fun832
    @inuke4fun832 3 ปีที่แล้ว +1

    This is top tier

  • @LearnHowTocodeWithRenjith
    @LearnHowTocodeWithRenjith 2 ปีที่แล้ว

    Big fan of your Django videos. I started my django career with your videos. There are many videos on youtube related to react, rest framework and django, but not as precise as yours.
    I have a request. If possible, can you also try to upload a video that takes care of image capture with camera and upload from mobile/tablet (ios, windows and android) (web based solution) and save it in a mobile folder.

  • @firemidg3
    @firemidg3 4 หลายเดือนก่อน +1

    Yay, I finally finished part 1 of this series and am moving on to part 2. I know this is out of date, but the concepts and principles remain the same. Throughout this series, I learned the importance of reading the documentation; even though this series may be outdated, it encourages you to explore the documentation to find alternatives. What's the result? It gives me confidence. ♥😊

    • @veryacademy
      @veryacademy  4 หลายเดือนก่อน

      Thank you! I am amazed more than anyone that this remains valuable.