Dockerizing
This commit is contained in:
@@ -2,14 +2,24 @@
|
||||
|
||||
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
|
||||
# Extras
|
||||
|
||||
- dockerized
|
||||
|
||||
# Frontend
|
||||
|
||||
- [x] useGet hook
|
||||
- [x] User context
|
||||
- [x] auth api
|
||||
@@ -17,6 +27,7 @@ An MVP boilerplate for a django / react app.
|
||||
- [ ] socket hook
|
||||
|
||||
# Backend
|
||||
|
||||
- user CRUD
|
||||
- login / logout / forgot password
|
||||
- serve static index (prod)
|
||||
- serve static index (prod)
|
||||
|
||||
Reference in New Issue
Block a user