An open API service indexing awesome lists of open source software.

https://github.com/parth5757/todo-django-react


https://github.com/parth5757/todo-django-react

Last synced: 2 months ago
JSON representation

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 envshell

Django

- 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-headers

React

- npx create-react-app frontend
- npm start


Views