A simple web app example that utilizes Django framework as a backend and React/Redux (from react-boilerplate) as a front end.
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.
To set up the app after cloning the repo, follow these steps:
# commands here
The Django server should now be up and running.
Navigate to the frontend folder and execute the following lines:
// commands here
Go to the URL located after “Access URLs” in the terminal output.
You should now see the website in the browser.
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.