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:
- Navigate to the backend folder and execute the following lines:
# 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.
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.