Checkbook application written in Rails and React. Input credits and debits and see your account balance. Includes ability to edit and delete transactions.
- Rails 5.0.7
- Ruby 2.5.1
- NodeJS
- ReactJS
- Yarn
- Foreman
- sqlite
-
Clone the repo
-
Install Yarn, if it's not already.
-
Run following commands:
yarn Install bundle Install rake db:migrate rake db:seed (if you want to start with some transactions) foreman start -f Procfile.dev -p 3000