Two examples of Django CRUD UI.
- Standard Django templates
- React UI with REST endpoint
Can be used in vscode devcontainer or codespaces ( already created devcontainer.json). Or make sure python, poetry and node (yarn) is installed.
sh ./setup.sh
sh ./run.sh
A very simple functional, but unstyled crud editor for users. Using standard Django models/views/templates.
React UI to demenstate using React with Django RESTfull views.
FYI: no router.
This instance may auto stop.
Of course a lot more could have been done from validation, styling, authentication, etc. Or fixes such as only the work memeber and not also user. I think this is a good example with the limited time I had avalible.