https://github.com/parth5757/todo-django-react
https://github.com/parth5757/todo-django-react
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/parth5757/todo-django-react
- Owner: parth5757
- Created: 2023-07-18T16:00:33.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-15T07:35:22.000Z (over 1 year ago)
- Last Synced: 2023-10-16T10:01:22.729Z (over 1 year ago)
- Language: JavaScript
- Size: 3.44 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo-django-react
This is an Todo applicatopn who is made on 2 most trending framework React and django
pip envshellDjango
- pip install django
- django-admin startproject backend
- cd backend
- python mange.py startapp todo
- python mange.py migrate
- python manage.py createsuperuser
- pip install djangorestframework django-cors-headersReact
- npx create-react-app frontend
- npm start
Views
![]()