this app uses chrome extension to detect your activities and send to api and api process data
for run add exetension to chrome
for run server first
install python 3.7 or higher then run :
-
'pip install django '
-
'pip install djangorestframework'
after instaltion run bellow command at root directory(where manage.py file exist)
- 'python manage.py migrate'
inorder to runserver:
2.'python manage.py runserver'
project will be accessible at "localhost:8000"