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.
- Host: GitHub
- URL: https://github.com/natig25/budget-app
- Owner: NatiG25
- License: mit
- Created: 2022-09-13T20:59:08.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-01-30T02:21:20.000Z (over 2 years ago)
- Last Synced: 2023-03-05T02:13:13.198Z (over 2 years ago)
- Topics: bootstrap5, devise, postgresql-database, ruby-on-rails
- Language: Ruby
- Homepage: https://budget-app-qgqp.onrender.com/
- Size: 178 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 
# 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.

## 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.