Before using this project, ensure that ruby on rails is installed on your machine. You can check installation guide here https://guides.rubyonrails.org/v5.0/getting_started.html.
Cloning project
$git clone https://github.com/soofapay/ruby_soofa_demo.git
installing project dependencies while in the project root (where the GemFile is located ), run the command below
$bundle install
After installing the dependencies run the command below to make migrations
$rails db:migrate
After installation run
$rails server
to run the development server