This commit is contained in:
Elijah Lucian
2021-03-16 20:15:33 -06:00
parent 90b00b4736
commit 8a9604966c
35 changed files with 29279 additions and 0 deletions
+20
View File
@@ -1,2 +1,22 @@
# mvp-django-react
An MVP boilerplate for a django / react app.
# 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)