You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Elijah Lucian 7cb59dc957 wip 3 years ago
.vscode Dockerizing 3 years ago
devops wip 3 years ago
frontend wip 3 years ago
node_modules wip 3 years ago
server Restrict object permissions to owners 3 years ago
.prettierrc cashstax database docs 3 years ago
README.md 💕😁 3 years ago
docker-compose.yml wip 3 years ago

README.md

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)