,

Dockerizing a Django REST Framework Project

In this video I’ll show you how to create a Docker container for a Django REST Framework project. This video was inspired by my Build a REST API course on Udemy. In the course, I build a REST API using Vagrant, but Vagrant is not the only way. You can use Docker, it just has a steeper learning curve.

 

Video demonstration:

Links mentioned in the video:

Docker: https://www.docker.com

Docker-Compose: https://docs.docker.com/compose/install/
byob-profiles-rest-api

Project: https://github.com/LondonAppDev/byob-profiles-rest-api

Build Your Own Backend REST API using Django REST Framework Course: https://www.udemy.com/django-python/

Let me know if you have any comments or questions below!

Cheers
Mark

1 reply
  1. Cesar Sulbaran
    Cesar Sulbaran says:

    Thank you for this video, it was really helpfull for me since i’m learning docker and i’m starting a new project…

Comments are closed.