Description of the project. This project is about building a mobile web application where the user can manage their budget: they have a list of transactions associated with a category, so that they can see how much money they spent and on what.
I had to create a Ruby on Rails application that allows the user to:
- register and log in, so that the data is private to them.
- introduce new transactions associated with a category.
- see the money spent on each category.
- Ruby on Rails
- CSS
- PostgreSQL
You can check the live demo of my project here
Tu run this project in your local environment, You will need to have the following tools installed loally :
Ruby 3.0+
Rails 6.0+
PostgreSQL
version 14+
git clone [email protected]:christianbiring1/Budget_App.git
cd Budget_App
bundle install
rails db:create
rails db:migrate
rails s
- Open up the
localhost
in your browser
👤 Christian biringanine
- GitHub: @christianbiring1
- Twitter: @christianbirin4
- LinkedIn: Christian Biringanine
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Want to acknowledge Gregoire Vella. who was the designer of the tamplate that serve me for reference
- Hat tip to anyone who will take a glance to this project
This project is MIT licensed.