This is a budged app built with Ruby on Rails. It allows users manage their budget. Users can register and log in, so that the data is private to them, and they can have a list of transactions associated with a category, so that you can see how much money they spent and on what.
Here is the link to live app
- Framework: Ruby on Rails(RoR)
- Database: PostgreSQL
- Testing library: Rspec, capybara
This repository makes use of Ruby on Rails as its core programming language(framework)
- Clone the repo using the command below
https://github.com/Fikerte-T/budget-app
- Navigate to the directory in which you cloned the project and use the command below
cd budget-app
- Install all gems using the command below
bundle install
- Run the following commands to run the app
rails db:create
rails db:migrate
rails s
- In your browser, go to
http://localhost:3000
- To install rspec:
gem install rspec
- To run all the tests:
rspec ./spec
- Make sure Ruby and PostgreSQL are installed in your system.
👤 Fikerte Tesfaye
- GitHub: @Fikerte-T
- Twitter: @tofikertesfaye
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Give a :star: if you like this project.
- The original design idea by Gregoire Vella on Behance under Creative Commons license of the design.
This project is MIT licensed