Django React Example screenshot

Django React Example

Author Avatar Theme by Createdbyfahad
Updated: 7 May 2021
61 Stars

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

Categories

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.