orchidtexture / docker-django-react

Code repo for a tutorial on setting up an app with Docker Compose, Django, and Create React App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker + Django + React App Tutorial

Code repo for a series of tutorials on setting up an app with Docker Compose, Django, and Create React App. Each tutorial has its own branch (because it was difficult to get deployments to work from subdirectories).

Dependencies

Setting up the app

Checkout the branch for a given tutorial, and run docker-compose build

Running the app on local

Run docker-compose up to see messages in the terminal. Run docker-compose start to run the app in the background.

About

Code repo for a tutorial on setting up an app with Docker Compose, Django, and Create React App

License:MIT License


Languages

Language:JavaScript 42.3%Language:Python 36.0%Language:HTML 10.4%Language:CSS 6.2%Language:Dockerfile 5.1%