Coin-trckr 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.
- Run
bundle install
to get the dependecies - Run
rails db:create
to create a local database - Run
rails db:migrate
to run migration - Run
rails s
to start the server - Open
https://localhost:3000
in your browser - to run test
bundle exec rspec
Original design idea by Gregoire Vella on Behance.
👤 David Owuor Ouma
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page
Give a ⭐️ if you like this project!
This project is GNU General Punlic License licensed