- About the Project
- Getting Started
- Authors
- Future Features
- Contributing
- Show Your Support
- Acknowledgements
- License
This projects builds a mobile web application where users can manage budget: It has a list of transactions associated with a category, so that users can see how much money they spent and on what.
The Budget app was built with:
- Ruby On Rails
- PostgreSQL
- Rubocop
- Bootstrap
To get a local copy up and running, follow these steps:
To run this project, you'll need to install:
- Ruby 2.7.0 or later
- Rails 6.0 or later
- PostgreSQL
- Clone this repository to your desired folder:
https://github.com/Loltolo-Lesapiti/Budget-App.git
cd Budget-app
- Install the required gems:
bundle install
- Set up the database:
rails db:drop
rails db:create
rails db:migrate
To run the project, execute the following command:
rails server
To run tests, run the following command:
bundle exec rspec
You can deploy this project using:
- Heroku
- AWS Elastic Beanstalk
- Other cloud hosting providers
👤 Petro Loltolo Lesapiti
- GitHub: @petrolesapiti
- LinkedIn: @petrolesapiti
- Include a functionality to Remove and Update a category and transcation.
Contributions, issues, and feature requests are welcome! Feel free to check the issues page
Give a ⭐️ if you like this project!
- Microverse for providing the education that inspired this project.
- RailsGuides for the excellent documentation on Ruby on Rails.
- Original design idea by Gregoire Vella on Behance.
This project is licensed under the MIT License - see the LICENSE file for details.