Run the following algorithm to deploy this project on your local machine
Installation algorithm (steps):
git clone https://github.com/popovycj/expense-tracker-rails.git
cd expense-tracker-rails
bundle install
yarn
bundle exec rails db:create db:migrate db:seed
bin/dev
- go to http://localhost:8000/
Enjoy!