budget-app (smart finance) is a 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/basem909/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!
👤 Baseem Shams
- GitHub: @basem909
- Twitter: @ShamsBassem
- LinkedIn: Bassem Abdelrahman
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.