Django REST Framework Course – Build Web APIs with Python

preview_player
Показать описание
Django REST Framework is a powerful and flexible toolkit for building Web APIs. In this course for beginner you will learn how to use Python and the Django REST Framework (DRF) to build a web API.

✏️ Course from Bobby Stearman. Check out @DidCoding

Other Resources:

⌨️ (0:00:00) Introduction
⌨️ (0:00:29) Module 1: Clone the code and set up our system
⌨️ (0:15:01) Module 2: Add settings and URL configurations
⌨️ (0:25:02) Module 3: Create first API endpoint
⌨️ (0:44:46) Module 4: Write unit tests
⌨️ (0:51:56) Module 5: Create endpoints with authentication
⌨️ (1:01:52) Module 6: Create item and order models and serializers
⌨️ (1:08:54) Module 7: Code viewsets and routers
⌨️ (1:14:30) Module 8: Write final unit tests

🎉 Thanks to our Champion and Sponsor supporters:
👾 Nattira Maneerat
👾 Heather Wcislo
👾 Serhiy Kalinets
👾 Erdeniz Unvan
👾 Justin Hual
👾 Agustín Kussrow
👾 Otis Morgan

--

Рекомендации по теме
Комментарии
Автор

I had a lot of fun putting this course together. I hope everyone likes it.

DidCoding
Автор

Just a heads up and for anyone experiencing the same issues I had, in module 3 I was getting errors when running docker-compose stating that "Package 'netcat' has no installation candidate" and that was halting the whole process. Apparently you need to change "apt-get -y install netcat" to "apt-get -y install netcat-traditional" in both of the files Dockerfile and Dockerfile_app (found in the /backend/docker/docker_files folder), this allowed the docker-compose process to complete. Not sure if it will have any reprecussions later on in the course but if it does I'll edit this comment.

Hulker
Автор

Incredible! I enjoyed the course a lot. Everything worked as expected and I managed to also start a project I wanted to do using Django APIs.

ccokisi
Автор

thank you bobby for putting this together. I had a ton of fun building my first api ^^

yunchipang
Автор

Incredible timing, I'm working my first DRF API right now. Thanks!

jdchannelviewer
Автор

I think this is a great course. I've used django for a couple of years and this helped put things in a broader perspective. I got much more out of using Docker/Docker CLI. Great job.

kukukokopops
Автор

At last DRF!!! Been waiting for this for a long time

deequi
Автор

For those having issue with getting into virtual env, use command prompt terminal instead of powershell one.

noahg
Автор

Great Course really. Btw, which extension did you use for this arrows pointing towards code? It looks good :)

simraankhatib
Автор

Good course, but it's really unfortunate you skipped over so many essential core fundamentals. It makes it harder to follow if you're new, and expects you to know a lot of about Django if you want more than a basic understanding.

LAKD
Автор

Hey..First of all thanks for your all video content that was very helpful and effective.
And I have a request for you please make a video on the salesforce platform. What and how does it work? How to make the project, implement, and design all the stuff.
I'm looking forward to hearing from you.

dixitsaurabh
Автор

This channel is awesome.
Can I get a system design course if possible?? LLD and HLD with MERN stack examples.

suryakumars
Автор

In Module 3 I am getting error in container API(drf_course_api_1) logs as
exec no such file or directory. Does anyone knows the solution?

ameetyadav
Автор

Thanks you for what you're doing! 👍🏻

Ireile
Автор

I got a perfect tutorial. Thanks bobby!

mdbillalyasir
Автор

Somehow you've managed to provide useful content in such a short period of time. Great Content, You've got a subscriber.

picassoofai
Автор

Thank you very much! You are really great teacher

CodewithYusuf
Автор

I was waiting for this since a long time

shashishekhar----
Автор

I really wanted this course when I was thinking to connect my static react app with the django backend. Thanks freecodecamp for this awesome tutorial.

Please make a video on full stack app using django rest framework and reactjs.

lakshyarajdash
Автор

This video is not for beginners, u should mention that

sadiq.r