https://github.com/therealadetunji/budget-app
A mobile web application where you can manage your budget: you have a list of transactions associated with a category. Built with Ruby on Rails.
https://github.com/therealadetunji/budget-app
bootstrap5 devise postgresql rails
Last synced: 5 months ago
JSON representation
A mobile web application where you can manage your budget: you have a list of transactions associated with a category. Built with Ruby on Rails.
- Host: GitHub
- URL: https://github.com/therealadetunji/budget-app
- Owner: Therealadetunji
- Created: 2022-11-21T08:14:22.000Z (over 3 years ago)
- Default Branch: development
- Last Pushed: 2023-01-11T09:15:10.000Z (over 3 years ago)
- Last Synced: 2025-04-06T22:29:13.757Z (about 1 year ago)
- Topics: bootstrap5, devise, postgresql, rails
- Language: Ruby
- Homepage:
- Size: 712 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Home Budget App
> Description the project.
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 & Ruby on Rails
- Devise
- Bootstrap 5
- Postgresql
- Rspec
## Live demo:
You can check out the live demo [here](https://shrouded-fjord-77667.herokuapp.com/).
## Entity Relationship Diagram

## Getting Started
### Setup
To setup the project locally, clone the repository using:
```
$ git clone https://github.com/Therealadetunji/Budget-App.git
```
### Install dependencies
run:
```
$ bundle install
```
### Setup the database
run:
```
$ rails db:create
$ rails db:migrate
```
### Run the app
run:
```
$ rails s
```
### Run the tests
run:
```
$ rspec
```
## Authors
👤 **Michael Adeunji**
- GitHub: [@Therealadetunji](https://github.com/therealadetunji)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/adetunji-michael/)
## Acknowledgment
- [Gregoire Vella](https://www.behance.net/gregoirevella) on Behance.
- Hat tip to anyone whose helped me.
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Therealadetunji/Budget-App/issues/).
## Show your support
Give a ⭐️ if you like this project!
## :memo: License
This project is [MIT](./MIT.md) licensed.