https://github.com/sentayhu19/budget-app
The Budget app 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. built with Ruby on Rails
https://github.com/sentayhu19/budget-app
bootstrap5 ruby ruby-on-rails
Last synced: 5 months ago
JSON representation
The Budget app 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. built with Ruby on Rails
- Host: GitHub
- URL: https://github.com/sentayhu19/budget-app
- Owner: sentayhu19
- License: mit
- Created: 2022-08-01T14:05:19.000Z (almost 4 years ago)
- Default Branch: dev
- Last Pushed: 2022-08-06T11:39:17.000Z (almost 4 years ago)
- Last Synced: 2025-04-11T12:55:05.817Z (about 1 year ago)
- Topics: bootstrap5, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 395 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# SuperBudget-app


### Description
The Super Budget app 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. built with Ruby on Rails
[Live Demo Here](https://super-budget.herokuapp.com/)
### Cloning the project
git clone https://github.com/sentayhu19/Budget-app
```
- cd Budget-app
- rails s
```
## Built with
- Ruby 3.1.2 on Rails 7.0.3.1
- PostgreSQL
## Prerequisites
Vscode or anyother
Setup
## Install
Ruby
Rails
### Development Database
```sh
# Create user
sudo -u postgres createuser -e ced00 -s
# Load the schema
rails db:schema:load
#----- If you want prefer this approach
# Create the database
rake db:create
# Create database Migration
rails db:migrate
```
### Run
```sh
rails s
```
## Run tests
```sh
bundle install
rspec
```
## Author
👤 **Sentayhu Berhanu**
- GitHub: [@sentayhu19](https://github.com/sentayhu19)
- LinkedIn: [sentayhu-berhanu](https://www.linkedin.com/in/sentayhu-berhanu-6376579a/)
## Acknowledgment
For the desgin of this app thanks to the author of [the original design](https://www.behance.net/gallery/31579789/Ballhead-App-(Free-PSDs))
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/sentayhu19/Budget-app/issues).
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./MIT.md) licensed.