Skip to content

Instantly share code, notes, and snippets.

@amitpatelx
Last active February 20, 2020 08:27
Show Gist options
  • Save amitpatelx/64dda79622e9e4c30e6543ced943fbdd to your computer and use it in GitHub Desktop.
Save amitpatelx/64dda79622e9e4c30e6543ced943fbdd to your computer and use it in GitHub Desktop.
BoTree Technologies Rub on Rails Exercise

Build Simple Web Application where an user can:

  1. Self Sign up to Open(create) Account
  2. Deposit money
  3. Get the current balance
  4. With positive balance a. Withdraw money b. Transfer money to another account
  5. View statement of transactions like we receive from Bank

Other Instructions

  • Use Latest Stable Version of Ruby and Rails
  • All sourcecode should be pushed to Github regular basis
  • Add sanjay-btc to your github repo so that we receive notification
  • Before Start, send detailed estimation sheet and timeline to complete the exercise. It should have Tasks, Subtasks(if any), minimum hours, maximum hours, comments/assumption
  • Good to have(not compulsory)
    • write Unit and Functional tests using RSpec
    • UI in bootstrap using React/Angular/Vue JS frameworks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment