{"id":18363047,"url":"https://github.com/gabyse1/budget-app","last_synced_at":"2026-05-05T00:32:05.806Z","repository":{"id":38118694,"uuid":"500478349","full_name":"gabyse1/budget-app","owner":"gabyse1","description":"A mobile web application where users can manage their budget. Users can have a list of transactions associated with a category, so that they can see how much money they spent and on what. Build with Ruby, Ruby on Rails, Postgresql, and css.","archived":false,"fork":false,"pushed_at":"2023-02-03T21:52:00.000Z","size":555,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-02-15T19:37:20.781Z","etag":null,"topics":["css3","postgresql","ruby","ruby-on-rails"],"latest_commit_sha":null,"homepage":"http://ec2-13-56-254-159.us-west-1.compute.amazonaws.com/","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gabyse1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-06-06T14:59:17.000Z","updated_at":"2023-01-20T19:36:14.000Z","dependencies_parsed_at":"2023-02-12T04:31:43.595Z","dependency_job_id":null,"html_url":"https://github.com/gabyse1/budget-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabyse1%2Fbudget-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabyse1%2Fbudget-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabyse1%2Fbudget-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabyse1%2Fbudget-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gabyse1","download_url":"https://codeload.github.com/gabyse1/budget-app/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248166937,"owners_count":21058481,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css3","postgresql","ruby","ruby-on-rails"],"created_at":"2024-11-05T23:04:31.965Z","updated_at":"2026-05-05T00:32:05.730Z","avatar_url":"https://github.com/gabyse1.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Budget App\nA mobile web application where users can manage their budget.\n\n![screenshot-mobile](ba-screenshot-mobile.png)\n\n\n## Features\n\n- The main page display a splash screen, to allow users sign in or sign up.\n- The home page call *categories* display a list of all categories created by the sign in user.\n- Each category card display an icon and the *total spent amount* by adding the amounts of each transaction that belongs to that category.\n- User can create a new category by clicking on the green button *new category*.\n- Check a category's transactions information by clicking on their card.\n- Each transactions card display the date, description, and the amount corresponding to that transaction.\n- User can create a new transaction by clicking on the green button *new transaction*.\n- The header navigator has a *back* button. It also displays the submit button call *Next* when user open a register form like: *sign in, sign up, new category, and new transaction*\n\n## Live demo\n\n[Budget app demo](http://ec2-13-56-254-159.us-west-1.compute.amazonaws.com/)\n\n\n## Built With\n\n- Ruby\n- Rails\n- Docker\n\n## Getting Started\n\n\nTo get a local copy up and running follow these simple example steps.\n\n### Prerequisites\n\n- Have `git` installed on your local computer.\n\nWithout docker:\n- Have `ruby` installed on your local computer.\n- Have `rails` installed on your local computer.\n- Have `postgresql` installed on you local computer.\n\nWith docker:\n- Have `docker` and `docker-compose` on your local computer.\n\n\n### Install\n\n- Run the command `git clone git@github.com:gabyse1/budget-app.git` or `git clone https://github.com/gabyse1/budget-app.git` to clone this repository to your local computer. Choose the location you prefer.\n\nWithout docker:\n- Run the command `bundle install` to install all project's dependencies.\n\nWith docker:\n- To use docker: Run the command `sudo systemctl start docker` or on older distributions, you may need to use `sudo service docker start`.\n\n\n### Usage\n\nWithout docker:\n- Run the command `rails db:create` to create the app's database.\n- Run the command `rails db:migrate` to create the app's database's tables.\n- Run the command `rails s` to execute the programm.\n\nWith docker for development environment:\n- Create the `.env` file by copying the `POSTGRES_USER=postgres` and `POSTGRES_PASSWORD=postgres`.\n- Run the command `docker-compose build` to build the app's image.\n- Run the command `docker-compose up` or to run the app as a background run `docker-compose up -d`.\n- Run the command `docker exec -it web sh` to run commands inside the web app container.\n- Run the command `bundle exec rake db:create` to create the database.\n- Run the command `bundle exec rake db:migrate` to create the database's tables.\n\n- Open the url `http://localhost:3000` on a browser.\n\n\n## Authors\n\n👤 **Gabriela Sánchez Espirilla**\n\n- GitHub: [@gabyse1](https://github.com/gabyse1)\n- LinkedIn: [gabyse](https://www.linkedin.com/in/gabyse/)\n- Twitter: [@gse_sd](https://twitter.com/gse_sd)\n\n\n## 🤝 Contributing\n\nContributions, issues, and feature requests are welcome!\n\nFeel free to check the [issues page](../../issues/).\n\n\n## Show your support\n\nGive a ⭐️ if you like this project!\n\n\n## Acknowledgments\n\n- Original design idea: [Gregoire Vella on Behance](https://www.behance.net/gallery/19759151/Snapscan-iOs-design-and-branding?tracking_source=)\n- Linters: [Microverse](https://github.com/microverseinc/linters-config)\n\n\n## 📝 License\n\nThis project is [MIT](./LICENSE) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabyse1%2Fbudget-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgabyse1%2Fbudget-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabyse1%2Fbudget-app/lists"}