a891fa6a5089004c3b49ebe212e9bc0ff61cdd00
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
Languages
TypeScript
60.8%
Python
25.8%
SCSS
8.4%
HTML
3.7%
Shell
0.5%
Other
0.8%