Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 342 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 342 Bytes

README

Following are few highlights of the Himama ruby on rails clock in and clock out app, with live demo at: https://frozen-falls-76574.herokuapp.com/ hosted on heroku.

  • ruby 2.6.4p104

  • rails 6

  • Database creation: rake db:setup ==> Runs db:create, db:schema:load and db:seed.

  • Database table migration into DB: rake db:migrate