Skip to content

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

License

Notifications You must be signed in to change notification settings

lvieirajr/django-react-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published