Newsletter For A Template
Join the Community For A Template
Subscribe to A Template newsletter for the latest news and updates
DRF React Redux Boilerplate: Authentication and registration setup with React.js, Material UI, Django REST framework, and JWT.
NotGeek Blog is a personal blog focusing on Web, Software Engineering, Java, backend architecture, and design, sharing insights and code examples.
Argon2PasswordHasher
Recommend by official django docs. ✔$ pip install -r requirements/local.txt
$ python manage.py makemigrations
$ python3 manage.py migrate
$ pytest
http://localhost:8000/admin/
- Install dependencies in frontend app using following commands in separate terminal
- First make sure you have installed Node.js, v18.12.1. while upgrading this setup.
For More info https://nodejs.org/en/
- Then run following commands in frontend dir
$ yarn install
$ yarn start
- React app available at`http://localhost:3000/`