boone / work_timer

Rails 5.2 project, used to track time worked on projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Work Timer

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

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 http://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 (http://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

http://boonedocks.net

@boonedocks on Twitter

About

Rails 5.2 project, used to track time worked on projects.

License:Other


Languages

Language:Ruby 72.1%Language:HTML 23.2%Language:CSS 4.0%Language:JavaScript 0.7%