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

https://github.com/natig25/budget-app

A web application that helps in managing your budget.
https://github.com/natig25/budget-app

bootstrap5 devise postgresql-database ruby-on-rails

Last synced: about 1 month ago
JSON representation

A web application that helps in managing your budget.

Awesome Lists containing this project

README

        

# ![](https://img.shields.io/badge/Microverse-blueviolet)

# Budget-App

This is a 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.

![budget](https://user-images.githubusercontent.com/86069740/215374058-b275ce6c-0690-484b-8b3f-f280da2ea77a.png)

## Built With

- Ruby on Rails
- Ruby

## Prerequisites

- Ruby
- Ruby on Rails
- PostgreSQL

## Install

- Ruby
- Ruby on Rails(as a gem)
- Postgresql database

## Live Demo
[Live link](https://budget-app-13wq.onrender.com/)

## Getting Started

To get a local copy of the app, run the following commands in your terminal:
- `git clone [email protected]:bizip/recipe_app.git`
- `cd /blog-app.git`
- `bundle install`

Run the following commands to run the app

- `rails db:create`
- `rails db:migrate`
- `rails s`

In your browser, go to

- `http://localhost:3000`

## Testing
- To install rspec: gem install rspec
- To run all the tests: rspec ./spec

## Author

👤 **Nati Gebregorgis**

- GitHub: [@NatiG25](https://github.com/NatiG25)
- Twitter: [@NatiG255](https://twitter.com/NatiG255)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/natnailgorgis/ )

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/aimalamiri/Ruby-Catalog/issues).

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgments

- [Microverse Linters](https://www.microverse.org/)
- Code reviewers
- Original design idea by [Gregoire Vella on Behance.](https://www.behance.net/gregoirevella)

## 📝 License

This project is [MIT](./MIT.md) licensed.