/containerized

An example of using docker-compose to hook up an isomorphic react app (using Razzle) to a Django backend connected to PostgreSQL.

Primary LanguagePython

Containerized

A simple repository using docker-compose to run a backend powered by Django and a React SSR client powered using Razzle.

This uses Apollo Federation to connect the Django GraphQL Schema to the Node.JS GraphQL Schema.

  • app: React app built using npx create-razzle-app app
  • backend: Django project built using django-admin startproject backend

Quickstart

docker-compose up --build

Features

  • Node-powered GraphQL schema
  • Django-powered GraphQL schema
  • Node-powered Federated GraphQL schema