Skip to content
/ mvp-django-react Public template

An MVP boilerplate for a django / react app.

Notifications You must be signed in to change notification settings

dank-inc/mvp-django-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mvp-django-react

An MVP boilerplate for a django / react app.

Setup

python manage.py migrate
python manage.py createsuperuser --email admin@example.com --username admin --password whatever

Boilerplate Features

  • Authentication
  • User Table (username, email, password)

Extras

  • dockerized

Frontend

  • User context
  • auth api
  • user crud api (new user flow)

Backend

  • user CRUD
  • login / logout / forgot password
  • serve static index (prod)