This web application is a Ruby on Rails application that allows you to manage your budget in a professional way. You can register and/or log in and your data will be safely saved and you will be the only one person to manage access them. You can perform transaction transactions associated with a category of your transaction then at the end of the day you can see the money spent on each category.
- Major: Ruby, HTML,CSS
- Frameworks: Rails, Bootstrap5
- Libraries: Cancancan, Devise
- Technologies: Git, Gitflow, Linters, Github, PostgreSql
To get a local copy up and running follow these simple example steps.
- Have a computer and internet connection
- Have Ruby installed on your computer
- Have Rails installed on your computer
- Have a basic knowledge of Ruby and OOP concept
- Have a basic knowledge of Rails
- Have a general understanding of what testing is
- Have visual-studio code or any other code editor installed on your computer.
- Open your terminal in the folder where you want to have the project and run
git clone https://https://github.com/bruk19/Budget-App
to clone the project. - Run
cd Budget-App
to move to the project directory.
-
Make sure to have installed POSTGRESQL
-
Run the command bellow in your terminal to get all required files
- Run
bundle install
- Run
- Run
rails s
to start the app, then follow the given link provided in the console. - Run
rails c
to open an interactive ruby session
- Run
rspec
👤 Bruk Teshome
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
I would like to give my heartfelt gratitude to Gregoire Vella on Behance for this amazing Design.
This project is MIT licensed.
NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.