Skip to content

AndreyAnokhin/time_tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Time tracking web service

Test task. Simple time tracking web service for tracking your work hours across projects. You can find full test task description (in Russian) here.

How to install

Requirements (see Pipfile for details):

  • python 3.6
  • django 2.2

Create virtual environment and install dependencies with pipenv:

pipenv install
pipenv shell

Apply migrations and create a user:

cd time_tracker_project
python manage.py migrate
python manage.py createsuperuser

Run the server:

python manage.py runserver 

Testing

 python manage.py test

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •