lucascaton / time_clock

Time Clock is a simple system that allows users to register their punch ins and punch outs of work in order to manage their hours worked.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Time Clock

Time Clock is a simple system that allows an user to register their punch ins and punch outs of the work environment in order to manage their hours worked.

How to setup

  1. Copy the project and install its dependencies:

    git clone git@github.com:lucascaton/time_clock.git ~/time_clock

    cd ~/time_clock

    bundle install

  2. Copy and edit the database configs:

    cp config/database.yml.example config/database.yml

  3. Copy and edit the application configs (You must choose an username and password that will access the application):

    cp config/application.yml.example config/application.yml

  4. Run rake db:setup in order to setup database;

  5. Start the aplication: rails server and done! You're ready to access the application:

    http://localhost:3000

Screenshots

Screenshot browser

Screenshot iPhone

Licence

Copyright (c) 2013 Lucas Caton

MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Time Clock is a simple system that allows users to register their punch ins and punch outs of work in order to manage their hours worked.


Languages

Language:Ruby 94.0%Language:CSS 4.9%Language:Shell 0.4%Language:CoffeeScript 0.4%Language:JavaScript 0.3%