Two Standalone boilerplate/base working application with DRF(Django REST Framework) & ReactJs.
Suitable For Dynamic, Data Driven Usage
A standalone application responsible for:
- User Management (Authentication)
- Role Based User Management. User Role: Admin/Moderator/End-User(Customizable)
- Generates API to perform all the tasks.
- Two Factor Authentication with Customizable SMS API like Twillio.
- Django 4.1
- Django REST Framework (DRF)
- SqLite/ MySQL/ Postgre or preferred DB.
- OpenApi (Documentation)
- Clone/ Download the codebase/repo
- cd to dir to find 'manage.py'
- python manage.py runserver
Backed by Super Backend Responsible for:
- User Management(Authentication)
- Conditional Routing
- Axios, Fetch etc for API Execution
- Reactjs
- React Router Dom
- Recharts
- Others
- Clone/ Download the codebase/repo
- cd '/my-project/'
- npm start ( Make sure you have Node, React etc installed)