{"id":19047754,"url":"https://github.com/danifromecuador/recipes","last_synced_at":"2025-04-24T00:44:58.951Z","repository":{"id":199288676,"uuid":"702555910","full_name":"danifromecuador/recipes","owner":"danifromecuador","description":"This is a Server-side Rendering application (SSR) following the MVC architecture. After the user logs in, them can create or edit recipes, adding or removing ingredients, generating shopping list and sharing their recipes with all other users.","archived":false,"fork":false,"pushed_at":"2024-08-16T18:39:15.000Z","size":153,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-04-24T00:44:39.497Z","etag":null,"topics":["postgresql","rails","render-deployment","ruby"],"latest_commit_sha":null,"homepage":"https://recipes-0voz.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/danifromecuador.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-10-09T14:37:19.000Z","updated_at":"2024-09-06T01:14:45.000Z","dependencies_parsed_at":"2024-07-25T04:47:16.661Z","dependency_job_id":"8d648234-2161-4a61-a78e-fcf6955ac84d","html_url":"https://github.com/danifromecuador/recipes","commit_stats":null,"previous_names":["danifromecuador/recipes"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danifromecuador%2Frecipes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danifromecuador%2Frecipes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danifromecuador%2Frecipes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danifromecuador%2Frecipes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danifromecuador","download_url":"https://codeload.github.com/danifromecuador/recipes/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250540953,"owners_count":21447426,"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":["postgresql","rails","render-deployment","ruby"],"created_at":"2024-11-08T23:02:06.266Z","updated_at":"2025-04-24T00:44:58.926Z","avatar_url":"https://github.com/danifromecuador.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n\n# 📗 Table of Contents\n\n- [📖 About the Project](#about-project)\n  - [🛠 Built With](#built-with)\n    - [Tech Stack](#tech-stack)\n    - [Key Features](#key-features)\n- [💻 Getting Started](#getting-started)\n  - [Setup](#setup)\n  - [Usage](#usage)\n- [👥 Authors](#authors)\n- [🔭 Future Features](#future-features)\n- [🤝 Contributing](#contributing)\n- [⭐️ Show your support](#support)\n- [🙏 Acknowledgements](#acknowledgements)\n- [📝 License](#license)\n\n\n# 📖 Recipes App \u003ca name=\"about-project\"\u003e\u003c/a\u003e\n\n**Recipes** is a Ruby on Rails website that allows user's authentication and authorization, also the user can add foods\nrecipes based on these foods, the recipes can be public or private, also edit and delete foods and recipes. Also if\na recipe has more ingredients that there are in the foods pantry, the user can create a shopping list with the \nneccessary foods to buy.\n## 🛠 Built With \u003ca name=\"built-with\"\u003e\u003c/a\u003e\n\n### Tech Stack \u003ca name=\"tech-stack\"\u003e\u003c/a\u003e\n\u003cdetails\u003e\n  \u003csummary\u003eClient\u003c/summary\u003e\n  \u003cul\u003e\n    \u003cli\u003e\u003ca href=\"https://www.ruby-lang.org/en/\"\u003eRuby\u003c/a\u003e\u003c/li\u003e\n  \u003c/ul\u003e\n\u003c/details\u003e\n\n\n### Key Features \u003ca name=\"key-features\"\u003e\u003c/a\u003e\n\n- **The user should log in with a real email**\n- **The food pantry will have severals inventories**\n\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n\n\n## 💻 Getting Started \u003ca name=\"getting-started\"\u003e\u003c/a\u003e\n\nTo get a local copy up and running, follow these steps.\n\n### Prerequisites\n\nIn order to run this project you need:\n\n\nInstall Git, Node, Ruby, Rails, PostgreSQL, if you have Linux or Mac, you can follow this [tutorial](https://www.theodinproject.com/guides/installations)\n\n### Setup\n\nClone this repository to your desired folder:\n\n```sh\n  cd my-folder\n  git clone git@github.com:danifromecuador/recipes.git\n  cd recipes\n```\n\n\n### Usage\n\nTo run the project, execute the following commands, press enter after each line:\nMaybe you'll need to change the DB name and password to your own. (config/database.yml)\n\n```sh\n    bundle install\n    rails db:drop\n    rails db:create\n    rails db:migrate\n    rails s\n```\n\n\nAfter that, open a webpage in your favorite web browser at [http://localhost:3000](http://localhost:3000)\n\n### Test\n\nTo test this project just enter this command:\n\n```sh\n  rspec\n```\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n## 👥 Authors \u003ca name=\"authors\"\u003e\u003c/a\u003e\n\n👤 **Dani Morillo**\n\n- GitHub: [danielfromecuador](https://github.com/danielfromecuador)\n- LinkedIn: [danifromecuador](https://www.linkedin.com/in/danifromecuador)\n\n 👤 **Alexandre Medina**\n\n- GitHub: [gersonhiggins](https://github.com/gersonhiggins)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n## 🔭 Future Features \u003ca name=\"future-features\"\u003e\u003c/a\u003e\n\n\n- - **Create pagination or infinite scroll if the lists are too long**\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\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/danifromecuador/recipes/issues).\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n## ⭐️ Show your support \u003ca name=\"support\"\u003e\u003c/a\u003e\n\nIf you like this project give me an star on [my GitHub repo](https://github.com/danifromecuador/recipes)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n## 🙏 Acknowledgments \u003ca name=\"acknowledgements\"\u003e\u003c/a\u003e\n\nI would like to thank to [The Odin Project](https://www.theodinproject.com/paths/full-stack-ruby-on-rails/courses/ruby) for teaching me about Ruby\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\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%2Fdanifromecuador%2Frecipes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanifromecuador%2Frecipes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanifromecuador%2Frecipes/lists"}