Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 562 Bytes

Readme.md

File metadata and controls

24 lines (15 loc) · 562 Bytes

Datagrid demo application

Application that shows Datagrid in action

Running application available on heroku http://datagrid.heroku.com

Install

Database: postresql (because heroku likes it)

git clone git://github.com/bogdan/datagrid-demo.git
cd datagrid-demo
bundle
bundle exec rake db:create db:migrate db:seed
bundle exec rails server

Content

  • Users report - shows basic features and principles
  • Time entries report - shows how advanced things could be built