Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dennis-every/budget-app
A mobile web application built with Ruby on Rails where users can manage their budget; users can list expenses associated with a category and see how much money they've spent and on what
https://github.com/dennis-every/budget-app
Last synced: about 1 month ago
JSON representation
A mobile web application built with Ruby on Rails where users can manage their budget; users can list expenses associated with a category and see how much money they've spent and on what
- Host: GitHub
- URL: https://github.com/dennis-every/budget-app
- Owner: dennis-every
- License: other
- Created: 2023-05-29T17:44:14.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-06-03T19:12:31.000Z (over 1 year ago)
- Last Synced: 2024-11-20T23:00:53.261Z (about 2 months ago)
- Language: Ruby
- Homepage:
- Size: 396 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
BUDGET APP
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 Budget app ](#-budget-app-)
- [💻 Demo ](#-demo-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors ](#-authors-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [❓ FAQ ](#-faq-)
- [📝 License ](#-license-)A mobile web application built with Ruby on Rails where users can manage their budget; users can list expenses associated with a category and see how much money they've spent and on what.
- A live version of this app can be found at: https://budget-app-4q8x.onrender.com/
- A short video presentation of the app can be found here: https://youtu.be/AxWxYW-VmgYRuby on Rails and Postgresql
- **Users can register and log in**
- **Users can create new categories**
- **Users can introduce new expenses associated with a category**
- **Users see the money spent on each category**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Ruby 3.2.2
- Rails 7.0.5
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone [email protected]:dennis-every/budget-app.git
```
### Install
- bundle install
### Usage
To run the project, execute the following command:
```sh
rails db:drop
rails db:create
rails db:migrate
rails db:seed
bin/dev
```
👤 **Dennis Every**
- GitHub: [@dennis-every](https://github.com/dennis-every)
- Twitter: [@dennis_every](https://twitter.com/dennis_every)
- LinkedIn: [dennis-every](https://www.linkedin.com/in/dennis-every/)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project feel free to fork it and use it as you need and don't forget to start it!.
- I would like to thank Microverse for the information provided to build this project.
- I would like to credit the author for the original design idea [Gregoire Vella on Behance](https://www.behance.net/gregoirevella).
- **Can I use the project for any purpose?**
- Yes, you can use this files for anything you need
- **Do I need to ask for permission?**
- No need to ask for permission.
This project is [MIT](./MIT.md) licensed