Go to file
Elijah Lucian a891fa6a50 Dockerizing
2021-03-20 16:52:56 -07:00
2021-03-20 16:52:56 -07:00
2021-03-20 16:52:56 -07:00
2021-03-20 16:52:56 -07:00
2021-03-20 16:52:56 -07:00
2021-03-20 16:52:56 -07:00

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

  • useGet hook
  • User context
  • auth api
  • user crud api (new user flow)
  • socket hook

Backend

  • user CRUD
  • login / logout / forgot password
  • serve static index (prod)
Description
No description provided
Readme 1.1 MiB
Languages
TypeScript 60.8%
Python 25.8%
SCSS 8.4%
HTML 3.7%
Shell 0.5%
Other 0.8%