https://github.com/basem909/budget-app
Budget-app (Smart Finance) 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.
https://github.com/basem909/budget-app
database erb-template rails ruby
Last synced: 3 months ago
JSON representation
Budget-app (Smart Finance) 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.
- Host: GitHub
- URL: https://github.com/basem909/budget-app
- Owner: basem909
- Created: 2022-09-12T16:38:55.000Z (almost 4 years ago)
- Default Branch: dev
- Last Pushed: 2022-09-17T22:09:27.000Z (almost 4 years ago)
- Last Synced: 2025-06-03T15:57:26.778Z (about 1 year ago)
- Topics: database, erb-template, rails, ruby
- Language: Ruby
- Homepage:
- Size: 2.96 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# budget-app
# Description
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.
## Live Demo
[smart finance](https://budget-app-rails-mod.herokuapp.com/)
## Built With
* Ruby
* Rails
## Getting Started
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`
### Prerequisites
- Make sure Ruby is installed.
- Make sure PostgreSQL is installed.
### Install
- Navigate to project folder:
`cd budget-app`
- Install dependencies:
`bundle install`
### Run the tests
`rspec`
### Usage
- Run this command to start the server:
`rails s`
- Open `http://127.0.0.1:3000` in your browser.
- Enjoy!
## Authors
👤 **Baseem Shams**
- GitHub: [@basem909](https://github.com/basem909)
- Twitter: [@ShamsBassem](https://twitter.com/ShamsBassem)
- LinkedIn: [Bassem Abdelrahman](https://www.linkedin.com/in/bassem-shams-126a29134/)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/basem909/Budget-app/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
Original design idea by [Gregoire Vella](https://www.behance.net/gregoirevella) on Behance.
- Hat tip to anyone whose code was used
- Inspiration
- etc
## 📝 License
This project is [MIT](./MIT.md) licensed.