Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.