Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 2.48 KB

readme.md

File metadata and controls

42 lines (32 loc) · 2.48 KB

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 [email protected]: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