Grape ATM

Introduction

ATM using grape framework

Dependencies

  • Ruby 2.7.2
  • SQLite 3

Installation

  • Clone poject
  • Run bundler:
$ bundle install
  • Create database and run migrations:
$ bundle exec rake db:migrate
  • Run application:
$ rackup

Tests

To execute tests, run the following command:

$ bundle exec rspec

Routes

To show the application routes, run the following command:

$ bundle exec rake routes