An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![](https://img.shields.io/badge/Microverse-blueviolet)
# SuperBudget-app

![image](https://github.com/sentayhu19/Budget-app/blob/dev/public/mobile001.png)
![image](https://github.com/sentayhu19/Budget-app/blob/dev/public/mobile002.png)

### 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.