A basic todo app built using django and react.
Built with
- React
- Django
- Model to store task.
- Create, update, Retrive and delete task.
- Cross on completed task
- Clone the project
- cd Todo-Django-React
- pip install -r requirements.txt
- python manage.py makemigrations
- python manage.py migrate
- python manage.py runserver
- Access admin panel by creating superuser :-> python manage.py createsuperuser
- cd frontend in another terminal
- npm start
- Open http://localhost:3000 to view it in the browser.
Hosting of this Project is not done yet.