Skip to content

A Base Application/ Boiler Plate for standalone frontend and backend applications (DRF + ReactJS) along with User Management.

Notifications You must be signed in to change notification settings

NoManNayeem/Django-REST-Framework-ReactJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django REST Framework and ReactJs Application (DRF+React)

Two Standalone boilerplate/base working application with DRF(Django REST Framework) & ReactJs.

Suitable For Dynamic, Data Driven Usage

1 Super Backend

A standalone application responsible for:

  1. User Management (Authentication)
  2. Role Based User Management. User Role: Admin/Moderator/End-User(Customizable)
  3. Generates API to perform all the tasks.
  4. Two Factor Authentication with Customizable SMS API like Twillio.

Tech

  1. Django 4.1
  2. Django REST Framework (DRF)
  3. SqLite/ MySQL/ Postgre or preferred DB.
  4. OpenApi (Documentation)

To Use:

  1. Clone/ Download the codebase/repo
  2. cd to dir to find 'manage.py'
  3. python manage.py runserver

2. Super-FrontEnd

Backed by Super Backend Responsible for:

  1. User Management(Authentication)
  2. Conditional Routing
  3. Axios, Fetch etc for API Execution

Tech

  1. Reactjs
  2. React Router Dom
  3. Recharts
  4. Others

To Use:

  1. Clone/ Download the codebase/repo
  2. cd '/my-project/'
  3. npm start ( Make sure you have Node, React etc installed)

About

A Base Application/ Boiler Plate for standalone frontend and backend applications (DRF + ReactJS) along with User Management.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published