{"id":17524375,"url":"https://github.com/sambeck87/budget_app","last_synced_at":"2025-04-23T17:29:08.860Z","repository":{"id":155727335,"uuid":"632026657","full_name":"sambeck87/Budget_app","owner":"sambeck87","description":"The Budget app is a mobile 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.  This app allows the user to:       register and log in, so that the data is private to them.     introduce new transactions associated with a category.   ","archived":false,"fork":false,"pushed_at":"2023-06-05T20:18:48.000Z","size":138,"stargazers_count":5,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2023-06-05T21:27:06.521Z","etag":null,"topics":["bootstrap","device","postgresql","ruby","ruby-gem","ruby-on-rails"],"latest_commit_sha":null,"homepage":"https://salary-manager.onrender.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/sambeck87.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":"2023-04-24T14:56:15.000Z","updated_at":"2023-05-30T02:08:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"5e5a236c-1b2f-455c-b4f1-2c45c5dec9eb","html_url":"https://github.com/sambeck87/Budget_app","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sambeck87%2FBudget_app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sambeck87%2FBudget_app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sambeck87%2FBudget_app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sambeck87%2FBudget_app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sambeck87","download_url":"https://codeload.github.com/sambeck87/Budget_app/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250479999,"owners_count":21437477,"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":["bootstrap","device","postgresql","ruby","ruby-gem","ruby-on-rails"],"created_at":"2024-10-20T14:23:21.235Z","updated_at":"2025-04-23T17:29:08.841Z","avatar_url":"https://github.com/sambeck87.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://i.ibb.co/kJ82RQb/Captura-desde-2023-04-25-18-33-13.png\" alt=\"logo\" width=\"200\"  height=\"auto\" /\u003e\n  \u003cimg src=\"https://i.ibb.co/SX5twvR/Captura-desde-2023-04-25-18-32-42.png\" alt=\"logo\" width=\"200\"  height=\"auto\" /\u003e\n  \u003cimg src=\"https://i.ibb.co/BqfvbPK/Captura-desde-2023-04-25-18-32-53.png\" alt=\"logo\" width=\"200\"  height=\"auto\" /\u003e\n  \u003cbr/\u003e\n\u003c/div\u003e\n\n\u003c!-- TABLE OF CONTENTS --\u003e\n\n# 📗 Table of Contents\n\n- [📗 Table of Contents](#-table-of-contents)\n- [The Salary Manager app ](#the-salary-manager-app-)\n  - [🛠 Built With ](#-built-with-)\n    - [Tech Stack ](#tech-stack-)\n    - [Key Features ](#key-features-)\n  - [Live Demo ](#live-demo-)\n  - [💻 Getting Started ](#-getting-started-)\n  - [To get a local copy up and running, follow these steps.](#to-get-a-local-copy-up-and-running-follow-these-steps)\n    - [Prerequisites](#prerequisites)\n    - [Setup](#setup)\n    - [Install](#install)\n    - [Usage](#usage)\n    - [Run tests](#run-tests)\n    - [Deployment](#deployment)\n  - [👥 Author ](#-author-)\n  - [🔭 Future Features ](#-future-features-)\n  - [🤝 Contributing ](#-contributing-)\n  - [⭐️ Show your support ](#️-show-your-support-)\n  - [🙏 Acknowledgments ](#-acknowledgments-)\n  - [❓ FAQ ](#-faq-)\n  - [📝 License ](#-license-)\n\n\u003c!-- PROJECT DESCRIPTION --\u003e\n\n#  The Salary Manager app \u003ca name=\"about-project\"\u003e\u003c/a\u003e\n\n\n**The Salary Manager app** allows you to 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.\n\nThis application allows you to:\n\n- Register and log in, so that the data is private to them.\n- Introduce new transactions associated with a category.\n- See the money spent on each category.\n\n \u003cbr\u003e\u003c/br\u003e\n\n\nThis project allows you:\n\n- Create users\n- Create categories\n- Delete your categories\n- display a list of your categories\n- Display the total amount spent\n- Display the amount spent per category\n- Create transactions\n- Display a list of your transactions\n- Display the amount spent per transaction\n\n\u003cbr\u003e\n\nYou can see a brief demonstration [here](https://www.loom.com/share/6d8b8c89add647c4b4f0dfcf6cce1762)\n\n## 🛠 Built With \u003ca name=\"built-with\"\u003e\u003c/a\u003e\n- Ruby\n- Rails\n- Postgresql\n- Devise\n- Rspec\n\n\n### Tech Stack \u003ca name=\"tech-stack\"\u003e\u003c/a\u003e\n- Visual code\n- RoR\n- PostgreSQL\n\n\u003c!-- Features --\u003e\n\n### Key Features \u003ca name=\"key-features\"\u003e\u003c/a\u003e\n\n\n- Use Postgres database.\n- Use devise for authentication.\n- Validate all user input to make sure that anyone with bad intentions cannot compromise the app.\n- Use '.erb' view template engine\n\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- LIVE DEMO --\u003e\n\n## Live Demo \u003ca name=\"live-demo\"\u003e\u003c/a\u003e\n\n- [Live Demo Version](https://salary-manager.onrender.com/)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- GETTING STARTED --\u003e\n\n## 💻 Getting Started \u003ca name=\"getting-started\"\u003e\u003c/a\u003e\n\n ## To get a local copy up and running, follow these steps.\n\n### Prerequisites\n\nIn order to run this project you need:\n\n- Git\n- A GitHub account\n- Ruby installed\n- Rails installed\n- Postgresql installed\n\n### Setup\n\nClone this repository to your desired folder:\n\n- Go to this repo and copy the project link\n        https://github.com/sambeck87/Budget_app\n- Open your terminal and clone the repo with this command\n```\ngit clone https://github.com/sambeck87/Budget_app.git\n```\n- Now, you have a copy on your pc.\n\n\n### Install\n\nInstall this project with:\n\n- In your console run the command:\n```\nbundle install\n```\n\n\n### Usage\n\nTo run the project, execute the following steps:\n\n- Setup the database:\n\n- Create a new database by typing this command in your console\n```\nrails db:create\n```\n- Migrate the database using this command in your console\n\n```\nrails db:migrate\n```\n\n- Run the local host\n```\nrails s\n```\n- Open your browser and go to the following URL:\nhttp://127.0.0.1:3000\n\n### Run tests\n\nTo run tests, run the following command:\n```\nrspec spec\n\n```\n\n### Deployment\n\nWe will update this section soon\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- AUTHORS --\u003e\n\n## 👥 Author \u003ca name=\"authors\"\u003e\u003c/a\u003e\n\n\n- 👤 **Sandro Hernandez**\n\n  - GitHub: [@sambeck87](https://github.com/sambeck87)\n  - Twitter: [@sambeck4488](https://twitter.com/sambeck4488)\n  - LinkedIn: [LinkedIn](https://www.linkedin.com/in/sandro-israel-hern%C3%A1ndez-zamora-899386a4/)\n\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- FUTURE FEATURES --\u003e\n\n## 🔭 Future Features \u003ca name=\"future-features\"\u003e\u003c/a\u003e\n\n- [ ] **It will implement email confirmations**\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- CONTRIBUTING --\u003e\n\n## 🤝 Contributing \u003ca name=\"contributing\"\u003e\u003c/a\u003e\n\nContributions, issues, and feature requests are welcome!\n\nFeel free to check the [issues page](https://github.com/sambeck87/Recipe_app/issues).\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- SUPPORT --\u003e\n\n## ⭐️ Show your support \u003ca name=\"support\"\u003e\u003c/a\u003e\n\n\u003e Write a message to encourage readers to support your project\nIf you like this project give a ⭐️ or send us a message. We will appreciate\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- ACKNOWLEDGEMENTS --\u003e\n\n## 🙏 Acknowledgments \u003ca name=\"acknowledgements\"\u003e\u003c/a\u003e\n\nI would like to thank Gregoire Vella whose design inspired the creation of this application. You can see more of her work on [Behanse](https://www.behance.net/gregoirevella)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- FAQ (optional) --\u003e\n\n## ❓ FAQ \u003ca name=\"faq\"\u003e\u003c/a\u003e\n\n- **Can I run this app without Ruby?**\n\n  - No, you can't. You should install Ruby on your SO to use this app\n\n- **Can I use the code of this project**\n\n  - Sure. We will be happy to collaborate on your projects. This project is MIT licensed.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- LICENSE --\u003e\n\n## 📝 License \u003ca name=\"license\"\u003e\u003c/a\u003e\n\nThis project is [MIT](./LICENSE) licensed.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsambeck87%2Fbudget_app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsambeck87%2Fbudget_app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsambeck87%2Fbudget_app/lists"}