This is an educational project is about building 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.
- This is the link to the website: budgetapp.herokuapp.com
- This is the link to the recorded video that explain the features of the project: loom video
- Ruby
- Rails
- PostgresQL
You need Ruby v3+, Rails v7+ and Postgresql installed on your machine.
-
To get local copy:
-
Clone this repo locally using git in the command line with the following command
> https://github.com/RWUBAKWANAYO/budget-app.git
-
Alternatively, you can just download the complete zip file and extract the folder in your directory
-
-
Run bundle install, to install all gems for the project.
-
To run the migration copy and paste this command in your terminal:
db:migrate
Run this command to start the project locally:
> rails server
This command will run all the tests in your terminal:
> rspec spec
👤 RWUBAKWANAYO
- GitHub: @githubrwubakwanayo
- LinkedIn: Rwubakwanayo
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Much appreciated to Gregoire Vella. the owner of the design.
This project is MIT licensed.