Go to file
Elijah Lucian 32705a486d 🐱‍🏍
2021-04-18 19:57:47 -06:00
.vscode Dockerizing 2021-03-20 16:52:56 -07:00
devops wip 2021-04-14 20:36:40 -06:00
frontend who uses tests in react anyways 2021-04-15 20:11:59 -06:00
node_modules wip 2021-04-15 20:10:54 -06:00
server 🐱‍🏍 2021-04-18 19:57:47 -06:00
.prettierrc cashstax database docs 2021-04-14 13:47:53 -07:00
docker-compose.yml wip 2021-04-14 20:36:40 -06:00
README.md 💕😁 2021-04-14 18:16:50 -06: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

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

Backend

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