ATM using grape framework
- Ruby 2.7.2
- SQLite 3
- Clone poject
- Run bundler:
$ bundle install- Create database and run migrations:
$ bundle exec rake db:migrate- Run application:
$ rackupTo execute tests, run the following command:
$ bundle exec rspecTo show the application routes, run the following command:
$ bundle exec rake routes