Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 526 Bytes

File metadata and controls

20 lines (13 loc) · 526 Bytes

README

The tech stack:

  • Ruby 2.6.3

Usage instructions

  • Clone the Repo to a local directory git clone https://github.com/sajan45/pay.git.
  • Run cd pay
  • Run bin/pay
  • Enter help for supported actions

Development

  • Run bin/setup to install dependencies.
  • Run rspec . to run the test cases

Dependencies

There is no external dependency as of now. This app uses Ruby in-built 'PStore' for storing data. To run the tests, RSpec is needed, which can be installed by bundle install or bin/setup.