Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shahira-sadat/budget-app
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/shahira-sadat/budget-app
rails ruby ruby-on-rails
Last synced: 6 days ago
JSON representation
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/shahira-sadat/budget-app
- Owner: shahira-sadat
- License: mit
- Created: 2022-11-14T23:25:33.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-11-17T21:24:12.000Z (about 2 years ago)
- Last Synced: 2023-03-04T02:32:52.972Z (over 1 year ago)
- Topics: rails, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
![Ruby](https://img.shields.io/badge/ruby-%23CC342D.svg?style=for-the-badge&logo=ruby&logoColor=white) ![Rails](https://img.shields.io/badge/rails-%23CC0000.svg?style=for-the-badge&logo=ruby-on-rails&logoColor=white)
# Budget Manager
> 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.
## Made With
- Ruby on Rails
- Devise
- Bootstrap 5## Entity Relationship Diagram
## Getting Started
### Setup
To setup the project locally, clone the repository using:
```
$ git clone [email protected]:shahira-sadat/Budget-app.git
```### Install dependencies
run:
```
$ bundle install
```### Setup the database
run:
```
$ rails db:create
$ rails db:migrate
$ rails db:seed
```### Run the app
run:
```
$ rails s
```### Run the tests
run:
```
$ rspec
```## Authors
👤 *Shahira Sadat*👩🏻💻
- GitHub: [Shahira Sadat](https://github.com/shahira-sadat)
- Twitter: [Shahira Sadat](https://twitter.com/SadatShahira)
- Linkedin: [Shahira Sadat](https://www.linkedin.com/in/shahira-sadat-49b402199)
- Gmail: [Email]([email protected])
-
## Acknowledgment
- [Gregoire Vella](https://www.behance.net/gregoirevella) on Behance.
- Hat tip to anyone whose code was used.
- Inspiration
- etc## 🤝 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!
## 📝 License
This project is [MIT](./MIT.md) licensed.