Hey There:
This is small app in which we can add/update/delete task. This app is developed using React, django and sqlite3 database.
Dependency:
Frontend: although there is build file so you can use it directly by just serve -s build
if anyone wants to update or enhance its UI then he/she needs following dependency to install
- node js latest version: v14.5.0
- npm : 6.14.6
Backend:
- django v2.2.15
- python3
- run
pip install -r requirements.txt
- create virtual environment using pipenv then activate it by using pipenv shell
- run the django project by using
python manage.py runserver
Asolute path is given to axios so it is must to run django in 8000 port from localhost.