Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ciraganenicole/budget-app
Budget-app is a mobile web application that assists users with money management. It may also show consumers a list of transactions they've done that are tied to their categories, as well as the overall amount of money they've spent.
https://github.com/ciraganenicole/budget-app
Last synced: 11 days ago
JSON representation
Budget-app is a mobile web application that assists users with money management. It may also show consumers a list of transactions they've done that are tied to their categories, as well as the overall amount of money they've spent.
- Host: GitHub
- URL: https://github.com/ciraganenicole/budget-app
- Owner: ciraganenicole
- Created: 2022-08-01T05:18:46.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2022-08-16T19:14:23.000Z (over 2 years ago)
- Last Synced: 2023-03-04T23:54:38.675Z (almost 2 years ago)
- Language: Ruby
- Homepage: https://mighty-springs-28770.herokuapp.com/
- Size: 121 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Budget-app
> Budget-app is a mobile web application that assists users with money management. It may also show consumers a list of transactions they've done that are tied to their categories, as well as the overall amount of money they've spent.
## Built With
- Ruby
- Ruby on rails
- PostgreSql
- TailwindCSS## Live Demo
[Live Demo Link](https://mighty-springs-28770.herokuapp.com/)
## Video Link
[VIDEO LINK](https://www.loom.com/share/230c38feaf27475a817a75569e663a87)
## Getting Started
**To get local copy up and running the application follow these simple steps:**
### Prerequisites
You need the following tools be installed in your computer:
- Git
- Ruby
- Rails
- PostgreSql### Setup
1. Download the Zip file or clone the repo with:
`[email protected]:ciraganenicole/Budget-app.git`
2. To access the project directory
`cd Budget-app`### Install
`bundle install`
`rails db:migrate`### To run the app locally in the browser use:
`rails s`
### Run tests
To run tests:
- `bundle exec rspec` or
- `rspec`### Deployment
To deploy to Heroku:
- `heroku create`
- `git push heroku develop:main`
- `heroku open`## Authors
👤 **Ciragane Nicole**
- GitHub: [@ciraganenicole](https://github.com/ciraganenicole)
- Twitter: [@CiraganeN](https://twitter.com/CiraganeN)
- LinkedIn: [CiraganeNicole](https://www.linkedin.com/in/nicole-ciragane-19a3071bb/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/mwafrika/budget-app/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- We are grateful to Gregoire Vella on Behance for providing the design guidelines
## 📝 License
This project is [MIT](./MIT.md) licensed.