Go to file
2021-04-14 18:18:44 -06:00
.vscode Dockerizing 2021-03-20 16:52:56 -07:00
devops registration and login 2021-04-11 17:43:26 -07:00
frontend 💕😁 2021-04-14 18:16:50 -06:00
node_modules cleanup, api, databuddy 2021-04-14 18:03:23 -06:00
server Add creation time to Transaction model 2021-04-15 00:09:12 +00:00
.prettierrc cashstax database docs 2021-04-14 13:47:53 -07:00
docker-compose.yml registration and login 2021-04-11 17:43:26 -07: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)