Rails application to track your cash flow
cashFlo is a mobile web application where you can manage your budget: you have a list of transactions associated with a category, so that you can see how much money you spent and on what.
- Ruby on Rails
- Tailwind CSS
- Alpine.js
- Ruby
- Postgres server
Clone this repo and enter the directory.
git clone [email protected]:eapenzacharias/cashflo.git && cd cashflo
Run the following command to install all the dependencies.
bundle install
Run the following command to start the server, then go to http://localhost:3000
rails db:create # create database
rails db:migrate # migrate tables
bin/dev # necessary to start the app for the first time
---- or ----
rails s # can be used after starting the app at least once
bundle exec rspec spec
👤 Eapen Zacharias
- GitHub: @eapenzacharias
- Twitter: @eapenzac
- LinkedIn: @eapenzac
- Design Inspiration Gregoire Vella on Behance.
Give a ⭐️ if you like this project!