10000 GitHub - frankmeszaros/containerized: An example of using docker-compose to hook up an isomorphic react app (using Razzle) to a Django backend connected to PostgreSQL.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

Notifications You must be signed in to change notification settings

frankmeszaros/containerized

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0