BuddyBudget is a 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. Click here to watch a video description of the project.
Client
Database
- Users can register and log in
- Users can introduce new transactions associated with a category
- Users can see the money spent on each category
To get a local copy up and running, follow these steps.
In order to run this project you need:
gem install rails
Clone this repository to your desired folder:
cd my-folder
git clone git@github.com:wineshuga/buddy_budget.git
Install this project with:
cd my-project
gem install
To run the project, execute the following command:
rails server
To run tests, run the following command:
bin/rails rspec rspec/models/
👤 Nweneary Uzochukwu Winnie
- GitHub: @wineshuga
- Twitter: @wineshuga
- LinkedIn: LinkedIn
- Users can view photos uploaded
- Users can delete a transaction
- Users can edit a transaction
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, please give it a Star ⭐️
I would like to thank Microverse for the guidance provided during this project. The Original design idea is by Gregoire Vella on Behance.
This project is MIT licensed.