Skip to content

awwester/docker-compose-django-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django & React application

This is a starter project for my Django/react applications with many starting features that are common throughout most of my projects.

Feature List

Django
  • Django Rest Framework
  • Custom User Model
  • Django Rest Auth for authentication
  • Testing structure setup
React
  • vite
  • react-router
  • react-hook-form
  • react-query (TODO)
  • redux toolkit (TODO)

Running

  1. docker compose up
  2. There should now be two servers running:

Using docker compose exec to issue one-off commands

If you want to run a one-off command, like installing dependencies, you can use the docker compose exec <service_name> <cmd>.

For example, to install a Javascript dependency and save that information to package.json we could run: docker compose exec client npm install --save axios

If you want to be on a shell for one of the Docker services, you can do something like: docker compose exec api bash

About

boilerplate for DRF api with a react frontend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published