Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shearichard/django-react-todo-demo
Demonstration of using Django and React to make a Todo app
https://github.com/shearichard/django-react-todo-demo
django django-framework django-rest-framework react reactjs
Last synced: about 9 hours ago
JSON representation
Demonstration of using Django and React to make a Todo app
- Host: GitHub
- URL: https://github.com/shearichard/django-react-todo-demo
- Owner: shearichard
- License: apache-2.0
- Created: 2021-01-10T22:22:46.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T06:02:54.000Z (24 days ago)
- Last Synced: 2024-10-24T09:07:36.523Z (24 days ago)
- Topics: django, django-framework, django-rest-framework, react, reactjs
- Language: JavaScript
- Homepage:
- Size: 1.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Using Next.js or React with Django
This project is intended for use in workshops etc to demonstrate an 'end-to-end' experience of using [React](https://react.dev/) and [Nextjs](https://nextjs.org/docs), on the front end (there is a choice of front ends), and [Django](https://www.djangoproject.com/) on the backend.
![Screenshot of nextjs frontend.](doco_assets/README.md-assets/nextjs-home-splash.png)
## Using the Project
To demonstrate the project in use it's necessary to start both a Django instance and to use the React, or the Next.js, development server. Notes on how to do this are in the associated README linked from below.
- [Django](./README_DJANGO.md)
- [Next](./README_NEXT.md)
- [React](./README_React.md)