Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 916 Bytes

README.rdoc

File metadata and controls

28 lines (19 loc) · 916 Bytes

Work Timer

Rails 5.1 project, used to track time worked on projects for a single user.

<img src=“https://travis-ci.org/boone/work_timer.svg?branch=master” alt=“Build Status” />

Setup

  • git clone git://github.com/boone/work_timer.git

  • cd work_timer

  • bundle

  • rails db:migrate

  • Set your time zone in config/application.rb

  • rails s

  • Visit localhost:3000

  • Create a new client and project, then click New Event to start tracking your time

  • Visit a client page and click Weekly or Monthly to view reports

It also works well on a Mac using the Pow server (pow.cx).

This app was meant to be run locally on a development system. If you intend to run it on the web, you should use your own database.yml and secrets.yml. And add your own authentication layer.

Contact

boonedocks.net

@boonedocks on Twitter