This README would normally document whatever steps are necessary to get the application up and running.
Things you may want to cover:
-
Ruby version: 2.6.3
-
Rails version: 6.0.0
-
Change mysql Username & password in database.yml
-
Database creation: rails db:create
-
Database migration: rails db:migrate
-
Initial setup(Loading Parking Details) run: "rails import:parking_information"
-
Cron Job(rails import:parking_availabilit) run: "whenever --update-crontab" then "bundle exec whenever"