Skip to content

This repository includes a boilerplate project that uses Django as a backend, ReactJS as frontend and Redux as a state container

License

Notifications You must be signed in to change notification settings

Janbong/django-react-redux

 
 

Repository files navigation

Django React Redux Boilerplate project

About this boilerplate

This is intended to be a simple project that uses Django as the backend for authentication and React and Redux as the frontend stack so the user can get set up fast. It comes with login, signup and logout already configured. The rest is up to you! I meant it to be this way, so that the user can configure it to their needs. It uses the following stack:

How to get up and running

  • $ git clone git@github.com:mtusman/django-react-redux.git
  • $ cd django-react-redux/backend
  • $ pip install -r requirements.txt
  • $ python manage.py migrate
  • $ python manage.py runserver

Then open up another terminal

  • $ cd django-react-redux
  • npm install
  • npm start

Then just visit http://localhost:7770/

Todo

  • Upload test file

Images

About

This repository includes a boilerplate project that uses Django as a backend, ReactJS as frontend and Redux as a state container

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.2%
  • Python 39.3%
  • HTML 1.5%