Detailed Django Rest API from Development to Production

Detailed Django Rest API from Development to Production

Description

Hi, welcome to this course on building a production ready, detailed Django REST API, running on a web server powered by NGINX, on a custom domain name and served securely over HTTPS with SSL Certificates from letsencrypt.

This course is NOT for absolute beginners.

We shall achieve our goal by leveraging tools such as Docker, Celery, Redis, Rabbitmq, Flower, Nginx, Nginx Proxy manager, Portainer, shell scripts and more…

This course is targeted at those with AT LEAST 6 months of web development experience, but  more is better. Before beginning, you should have some familiarity with the following concepts, in as much as I will try to explain everything.

The concepts we shall cover include:

  • Docker and running multiple containers
  • Securing a Django REST API with HTTPS using SSL Certificates
  • REST APIs with Django and Django Rest Framework
  • Class Based and Function based views.
  • Shell Scripting.
  • Asynchronous tasks with Celery, Redis and Rabbitmq
  • Asynchronous tasks monitoring with Flower
  • Introduction to API testing with Pytest using factories and fixtures.
  • Token based authentication
  • Working with email in development with Mailhog and in production with Mailgun
  • Python Test coverage
  • Serving static and media files with NGINX and whitenoise
  • Makefiles and how they make working with Docker easier.

Leave a Reply