/docker-django-react

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

Primary LanguagePythonMIT LicenseMIT

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. master has the final version of the code.

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.