/To-Do-App

To-Do using django and react

Primary LanguageJavaScript

Dependabot compatibility score Build Status

Introduction

It is Simple To-Do app based on Django Rest-API and React.js.

Requirements

  • Pip3

  • Python3(3.8 and above)

Getting started

  • Clone the project into your local machine.

  • Navigate to the directory.

  • Install dependencies for frontend(yarn install) and for backend(pipenv install)

To run the project:

  • Start backend server by command python manage.py runserver.

  • Start frontend by command yarn start.

  • See your app on 'localhost:3000'

Technologies Used:

  • React.js

  • Django

  • Python

Made with ❤️ By KUSH TRIVEDI