Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 309 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 309 Bytes

This is sample CRUD Rails application built using framework mithril.js

To know more about mithril.js refer below link: http://mithril.js.org/

To run this app you just need to do below steps:

  1. Clone this application
  2. rake db:create
  3. rake db:migrate
  4. rails s

Now you can enjoy the rails application.