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

A chrome extension with a panel for controlling time you spend on each website, and Implemented with Django

License

Notifications You must be signed in to change notification settings

AshkanGanj/web-time-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"