
react redux redis postgresql django boilerplate
The Django React/Redux Base Project is a boilerplate project that combines Django as the backend and React as the frontend. It provides a base structure and setup for building web applications using these technologies.
.env file.$ yarn
$ yarn run dev
$ virtualenv -p /usr/bin/python3 virtualenv
$ source virtualenv/bin/activate
$ pip install -r py-requirements/dev.txt
$ cd src
$ python manage.py migrate
$ python manage.py loaddata fixtures/admin_fixtures.json #optional
$ python manage.py runserver
.env.temp).$ docker-compose build
$ docker-compose up
$ docker-compose stop
$ docker-compose down
$ docker ps # get the name from the list of running containers
$ docker exec -it yourContainerName_frontend_1 bash
localhost:5433.The Django React/Redux Base Project is a boilerplate project that combines the Django backend with the React frontend. It provides a set of pre-configured tools and features to simplify the process of building web applications using these technologies. The project includes features such as React, Redux, React Router, Django REST Framework, and Docker for easy deployment.
