budget-app (Budgety) is 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.
- Ruby
- Rails
To get a local copy on this project on your machine follow these steps
- Open your terminal
- Run this command:
git clone https://github.com/devMahmoud/budget-app.git
- Make sure Ruby is installed.
- Make sure PostgreSQL is installed.
- Navigate to project folder:
cd budget-app
- Install dependencies:
bundle install
rspec
- Run this command to start the server:
rails s
- Open
http://127.0.0.1:3000
in your browser. - Enjoy!
👤 Mahmoud Makhlouf
- GitHub: @devMahmoud
- LinkedIn: Mahmoud Makhlouf
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
Original design idea by Gregoire Vella on Behance.
- Hat tip to anyone whose code was used
- Inspiration
- etc
This project is MIT licensed.