Running this app on your local machine

Run the following algorithm to deploy this project on your local machine

Installation algorithm (steps):

  1. git clone https://github.com/popovycj/expense-tracker-rails.git
  2. cd expense-tracker-rails
  3. bundle install
  4. yarn
  5. bundle exec rails db:create db:migrate db:seed
  6. bin/dev
  7. go to http://localhost:8000/
    Enjoy!