2021-03-16 23:39:24 +00:00
|
|
|
# mvp-django-react
|
2021-03-17 02:15:33 +00:00
|
|
|
|
2021-03-16 23:39:24 +00:00
|
|
|
An MVP boilerplate for a django / react app.
|
2021-03-17 02:15:33 +00:00
|
|
|
|
|
|
|
# Boilerplate Features
|
|
|
|
- Authentication
|
|
|
|
- User Table (username, email, password)
|
|
|
|
|
|
|
|
# Extras
|
|
|
|
- dockerized
|
|
|
|
|
|
|
|
# Frontend
|
|
|
|
- [x] useGet hook
|
|
|
|
- [x] User context
|
|
|
|
- [x] auth api
|
|
|
|
- [ ] user crud api (new user flow)
|
|
|
|
- [ ] socket hook
|
|
|
|
|
|
|
|
# Backend
|
|
|
|
- user CRUD
|
|
|
|
- login / logout / forgot password
|
|
|
|
- serve static index (prod)
|