A simple banking app.
User.create(first_name: "Konstantinos", last_name: "Kalpakloglou", email: "kkalpakloglou@yahoo.com", password: "********")
Account.create(user: my-user)
Transaction.create(transaction_type: :credit, amount: 100, account: random-account)
http://localhost:3000/accounts/:id/transactions
http://localhost:3000/money_transfers