/timesheet

A time tracking application

Primary LanguageRubyMIT LicenseMIT

Time Tracker

Join the chat at https://gitter.im/J3RN/timesheet Travis CI badge

This is an application that I wrote long ago, but have since repurposed to play a critical role as my To-Do List and time tracker. I have found it to be exceptionally useful, and I hope you will as well.

Prerequisites

  • Ruby v2.3.0. If you do not have Ruby installed, I would recommend installing it through RVM.
  • PostgreSQL. If you are on a Mac, I recommend Postgres.app. If you are on any other system, God save you.

Setup

  1. Install the prerequisites

  2. Clone this repository

git clone https://github.com/J3RN/timesheet.git
  1. Enter the directory
cd timesheet
  1. Pull the dependencies. This may take a while if this is the first Rails app you've worked with.
bundle
  1. Setup the database
rake db:setup
  1. Start the server
bundle exec passenger start