lvieirajr / django-react-template

A template for projects using Django on the backend and React on the frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DjangoReactTemplate

Setup

You can setup the application with just one command.

make setup

This should build both the backend and frontend docker images and setup all the databases and other parts of the app.

Development

To run the application there are two separate commands, one for the backend and one for the frontend.

# Starts the backend in development mode with all its dependencies 
# like databases and such
make start-backend
# Starts the frontend with hot reloading enabled
make start-frontend

Help

For other helpful commands, please refer to the help command from the Makefile.

make help

About

A template for projects using Django on the backend and React on the frontend

License:MIT License


Languages

Language:TypeScript 45.0%Language:Python 38.3%Language:Makefile 10.3%Language:Dockerfile 2.4%Language:JavaScript 2.1%Language:Shell 1.3%Language:HTML 0.6%