More Premium Hugo Themes Premium React Themes

Django React Example

A simple web app example that utilizes Django framework as a backend and React/Redux (from react-boilerplate) as a front end.

Django React Example

A simple web app example that utilizes Django framework as a backend and React/Redux (from react-boilerplate) as a front end.

Author Avatar Theme by createdbyfahad
Github Stars Github Stars: 61
Last Commit Last Commit: May 7, 2021 -
First Commit Created: Jun 19, 2023 -
Django React Example screenshot

Overview

This is an example app called “Simple Notes” that is built using Django as a backend and a separate React app as the frontend. The app utilizes jwt-token for user authorization.

Features

  • Backend built with Django
  • Frontend built with React
  • User authentication using jwt-token
  • Simple notes app example implemented using React
  • Provides a simple boilerplate for using Django as a backend with jwt-auth based API
  • Offers clear documentation and code for easy understanding
  • Allows for customization and expansion with additional features

Installation

To set up the app after cloning the repo, follow these steps:

  1. Navigate to the backend folder and execute the following lines:
# commands here
  1. The Django server should now be up and running.

  2. Navigate to the frontend folder and execute the following lines:

// commands here
  1. Go to the URL located after “Access URLs” in the terminal output.

  2. You should now see the website in the browser.

Summary

This project provides a simple and customizable boilerplate for anyone looking to build a Django backend with jwt-auth based APIs. It includes a simple notes app example implemented using React. The documentation and code are clear and easy to understand, and any questions about the code can be asked for further clarification.