This project is created as part of the rails capstone at Microverse. This app is a mobile web application where a user manage their budget: have a list of transactions associated with a category, so that the user can see how much money they spent and on what.
Credit of the design goes to Creative Commons license. The Original design idea by Gregoire Vella on Behance.
- Ruby
- Ruby on Rails
- Postgresql
- CSS
To get a local copy up and running follow these simple example steps:
- Make sure you have Ruby on Rails set up properly on your computer
git clone https://github.com/Wes-Isaac/Budget-App.git
cd Budget-App
bundle install
npm install
rails db: create
rails db:migrate
rails s
rspec
To start Budget app you need to first signup
👤 Yishak
- GitHub: Yishak ,Wes-Isaac
- LinkedIn: @Yishak
Contributions, issues, and feature requests are welcome!
- Feel free to check the issues page.
- I would like to thank Microverse.
Give a ⭐️ if you like this project!