Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Latest commit

 

History

History
31 lines (13 loc) · 520 Bytes

README.md

File metadata and controls

31 lines (13 loc) · 520 Bytes

web-time-tracker

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 :

  1. 'pip install django '

  2. 'pip install djangorestframework'

after instaltion run bellow command at root directory(where manage.py file exist)

  1. 'python manage.py migrate'

inorder to runserver:

2.'python manage.py runserver'

project will be accessible at "localhost:8000"