Skip to content

Files

Latest commit

 

History

History
11 lines (8 loc) · 241 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 241 Bytes

Time Management Application Backend

Allows users to register a task on which they worked, and for how long.

Usage:

Install and configure postgresql, ruby 2.3 and bundler Run: bundle Install rake db:create db:migrate rails s -p 3001