Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peterdgreat/budget-app
This 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/peterdgreat/budget-app
Last synced: 5 days ago
JSON representation
This 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/peterdgreat/budget-app
- Owner: peterdgreat
- Created: 2022-02-14T16:38:21.000Z (almost 3 years ago)
- Default Branch: development
- Last Pushed: 2022-02-20T13:40:03.000Z (almost 3 years ago)
- Last Synced: 2023-03-10T02:52:30.285Z (almost 2 years ago)
- Language: Ruby
- Size: 80.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Budget app
> Description the project.
>
This 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
- Github
- Devise
- Css
- Bootstrap## Live Demo
[Live Demo Link](https://smart-budgets-app.herokuapp.com/)
## Video Demo
[ Video Demo ](https://www.loom.com/share/2cc0457ff83241f481e19dcf99bab6cd)
## Getting StartedTo get a local copy up and running follow these simple example steps.
### Prerequisites
Ruby >= 3.0.0
### Setup
Run git clone on this project at the desired directory:https://github.com/peterdgreat/Budget-App
cd Budget-App
### Install
bundle installrails db:create
rails db:migrate
rails db:seed // if you have any
rails s
### Run tests
bundle install rspecrun spec
## Authors
👤 **Author1**
- GitHub: [@peterdgreat](https://github.com/peterdgreat)
- Twitter: [@dev_peter_o](https://twitter.com/dev_peter_o)
- LinkedIn: [peterajayi](https://linkedin.com/in/peterajayi)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc## 📝 License
This project is [MIT](./MIT.md) licensed.