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.

34 lines
517 B

3 years ago
# mvp-django-react
3 years ago
3 years ago
An MVP boilerplate for a django / react app.
3 years ago
3 years ago
# Setup
```
python manage.py migrate
python manage.py createsuperuser --email admin@example.com --username admin --password whatever
```
3 years ago
# Boilerplate Features
3 years ago
3 years ago
- Authentication
- User Table (username, email, password)
3 years ago
# Extras
3 years ago
- dockerized
# Frontend
3 years ago
3 years ago
- [x] useGet hook
- [x] User context
- [x] auth api
- [ ] user crud api (new user flow)
- [ ] socket hook
# Backend
3 years ago
3 years ago
- user CRUD
- login / logout / forgot password
3 years ago
- serve static index (prod)