Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bantealem/budget-app
This is a full-stack expense tracker app built with the rails framework. A user can signup and add a category (the name of the program that he spends his money on). After that, he can add each expense to the category. The app displays the total money he spends in each category. Built with Ruby on Rails.
https://github.com/bantealem/budget-app
database mvc postgresql ruby ruby-gem ruby-on-rails
Last synced: 4 days ago
JSON representation
This is a full-stack expense tracker app built with the rails framework. A user can signup and add a category (the name of the program that he spends his money on). After that, he can add each expense to the category. The app displays the total money he spends in each category. Built with Ruby on Rails.
- Host: GitHub
- URL: https://github.com/bantealem/budget-app
- Owner: Bantealem
- Created: 2023-01-08T17:38:00.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-01-16T12:55:45.000Z (about 2 years ago)
- Last Synced: 2025-01-11T23:47:39.566Z (28 days ago)
- Topics: database, mvc, postgresql, ruby, ruby-gem, ruby-on-rails
- Language: Ruby
- Homepage: https://budget-app-5xj4.onrender.com/
- Size: 172 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📗 Table of Contents
- [Budget-App](#)
- [📗 Table of Contents](#-table-of-contents)
- [📖 Budget-App ](#-Budget-App-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)This project is about building 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.
- Ruby
- Rails
- HTML
- SCSS
- Bootstrap
## Tech Stack> Describe the tech stack and include only the relevant sections that apply to your project.
Client
- HTML, JavaScript, and CSS
Server
Database
> The key features of this app.
- AAA
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need to:
run `bunlder install`
### Setup
Clone this repository to your desired folder:
`https://github.com/Bantealem/Budget-app.git`
cd `Budget-app`
### Usage
To run the project, execute the following command:
`rails server` or `rails s`
### Run tests
To run tests, run the following command:
`Rspec spec`
[LiveSrever](https://budget-app-5xj4.onrender.com/)
[Live Video](https://drive.google.com/file/d/10vCHM7SmV-0hOcjI_GKcSR-9yF2jfYKV/view?usp=sharing)
[Live Video](https://drive.google.com/file/d/10vCHM7SmV-0hOcjI_GKcSR-9yF2jfYKV/view?usp=sharing)
👤 Bantealem Geto
- GitHub: [Bantealem](https://github.com/Bantealem)
- Twitter: [Bantealem](https://twitter.com/BantealemG)
- LinkedIn: [Bantealem](https://www.linkedin.com/in/bantealem-geto-a301b9213/)
> In the future I need to improve the following features.
- [ ] **Add Google, Github and Twitter authentication.**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page.](https://github.com/Bantealem/Budget-app.git/issues)
Give a star if you like this project!
I would like to thank Microverse for the project guidelines.
This project is [MIT](MIT.md) licensed.