Just a python django api project with react and redux (SPA)
If you wanna try it out ▶
- Python (3.10)
- NodeJs (16.13)
- Yarn (1.3.2)
- pipenv
- React DevTools >> Firefox || Chrome (optional but recommended)
- Redux DevTools >> Firefox || Chrome (optional but recommended)
Install python dependencies
pipenv syncorpipenv installinstall client-side dep
yarn installmigrate database
py manage.py migratecreate admin
py manage.py createsuperuserbuild JS
yarn run buildrun django dev server
py manage.py runservernote: the project uses
python-decoupefor environment[.env] variables (required in settings.py):
like so 👇





