Skip to content

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

License

Notifications You must be signed in to change notification settings

MrVictor42/docker-django-react

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 42.3%
  • Python 36.0%
  • HTML 10.4%
  • CSS 6.2%
  • Dockerfile 5.1%