cash-stacks/README.md
Elijah Lucian 1904bb8668 💕😁
2021-04-14 18:16:50 -06:00

481 B

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)