An MVP boilerplate for a django / react app.
python manage.py migrate
python manage.py createsuperuser --email admin@example.com --username admin --password whatever
- Authentication
- User Table (username, email, password)
- dockerized
- User context
- auth api
- user crud api (new user flow)
- user CRUD
- login / logout / forgot password
- serve static index (prod)