simonrentzke / bank

Demo app created for the purpose of a testing a potential candidate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bank App

  • This is a demo app created for the purpose of a Rails technical interview. It is a simple Bank, that has users, accounts and transactions.

Tasks

  1. With a focus on the controllers and models, there are a few common Rails mistakes in this app. Please identify them, and explain how you would fix them.
  2. Please ensure you have SQLite installed, and are able to run rails db:seed and start the Rails server rails s
  3. Please write the missing test in spec/models/account_spec.rb to test the #update_balance method.

About

Demo app created for the purpose of a testing a potential candidate


Languages

Language:Ruby 70.7%Language:HTML 24.1%Language:JavaScript 3.2%Language:CSS 1.7%Language:Shell 0.3%