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