Dockerize a Django, React, and Postgres application with docker and docker-compose | by Anjal Bam

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • Django

    The Web framework for perfectionists with deadlines.

    django, the package for the framework.

  • django-rest-framework

    Web APIs for Django. 🎸

    djangorestframework, the framework for Django to build rest APIs.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • django-cors-headers

    Django app for handling the server headers required for Cross-Origin Resource Sharing (CORS)

    django-cors-headers, a Django app to add CORS headers to the application.

  • psycopg2

    PostgreSQL database adapter for the Python programming language

    psycopg2-binary, PostgreSQL Database adapter for python.

  • Docker Compose

    Define and run multi-container applications with Docker

    Containerizing an application is the packaging of the software with its own OS, libraries, and dependencies required to run the software code and create a single lightweight executable - which is called a container. It runs consistently on any infrastructure. We will be using Docker and docker-compose to package our application.

  • Docker Swarm

    Source repo for Docker's Documentation (by docker)

    Containerizing an application is the packaging of the software with its own OS, libraries, and dependencies required to run the software code and create a single lightweight executable - which is called a container. It runs consistently on any infrastructure. We will be using Docker and docker-compose to package our application.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts