{"id":17670071,"url":"https://github.com/sergiomauz/ror-capstone-cookbook","last_synced_at":"2025-05-09T01:50:42.105Z","repository":{"id":40098008,"uuid":"267464511","full_name":"sergiomauz/RoR-Capstone-Cookbook","owner":"sergiomauz","description":"This project is a Cookbook where you can save your recipes, ingredients, their cost, and places to buy them. Additionally is possible to create profiles with usernames.","archived":false,"fork":false,"pushed_at":"2023-01-19T19:12:44.000Z","size":452,"stargazers_count":10,"open_issues_count":9,"forks_count":1,"subscribers_count":1,"default_branch":"development","last_synced_at":"2025-03-31T21:18:57.012Z","etag":null,"topics":["bootstrap","cookbook","css","html","rails","rails-db","ruby"],"latest_commit_sha":null,"homepage":"","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/sergiomauz.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}},"created_at":"2020-05-28T01:31:18.000Z","updated_at":"2021-02-28T23:13:29.000Z","dependencies_parsed_at":"2023-01-28T22:31:06.507Z","dependency_job_id":null,"html_url":"https://github.com/sergiomauz/RoR-Capstone-Cookbook","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/sergiomauz%2FRoR-Capstone-Cookbook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergiomauz%2FRoR-Capstone-Cookbook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergiomauz%2FRoR-Capstone-Cookbook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergiomauz%2FRoR-Capstone-Cookbook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sergiomauz","download_url":"https://codeload.github.com/sergiomauz/RoR-Capstone-Cookbook/tar.gz/refs/heads/development","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253176435,"owners_count":21866142,"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","cookbook","css","html","rails","rails-db","ruby"],"created_at":"2024-10-24T01:22:53.961Z","updated_at":"2025-05-09T01:50:42.086Z","avatar_url":"https://github.com/sergiomauz.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MY COOKBOOK\n \u003e This project implements a simple cookbook to register your recipes and how much the ingredients cost.\n\n## Screenshots\n![screenshot-1](https://user-images.githubusercontent.com/36812672/83698216-7dbf0600-a5c6-11ea-9a2f-490c2294c63f.png)\n\n![screenshot-2](https://user-images.githubusercontent.com/36812672/83698283-af37d180-a5c6-11ea-927c-aab72303c863.png)\n\n![screenshot-3](https://user-images.githubusercontent.com/36812672/83698309-bf4fb100-a5c6-11ea-9a02-e1dd9252a12d.png)\n\n![screenshot-4](https://user-images.githubusercontent.com/36812672/83698327-c971af80-a5c6-11ea-82b7-4c0444334b93.png)\n\n![screenshot-5](https://user-images.githubusercontent.com/36812672/83698331-cd053680-a5c6-11ea-8920-be93ee7db775.png)\n\n![screenshot-6](https://user-images.githubusercontent.com/36812672/83709365-f8e2e500-a5e3-11ea-95bf-c44555c6a93c.png)\n\n\n## Features\n- Sign up and sign in\n- List of ingredients (transactions)\n- List of recipes (groups)\n- List of stores (additional feature)\n\n\n## Built With\n- Ruby on Rails\n- Bootstrap for user interface\n- Rspec for testing\n- Cloudinary for image storage\n- Postgres as database\n- Rubocop as linter\n\n## Data Model\n\n![screenshot-7](https://user-images.githubusercontent.com/36812672/83704013-97684980-a5d6-11ea-901c-3e020b27faa0.png)\n\n## Live Demo\n\n[Cookbook](https://floating-anchorage-41841.herokuapp.com//) - Cookbook\n\n## How to Install\n\n- Install Ruby in your system. To install Ruby, you can read the [Documentation](https://www.ruby-lang.org/en/documentation/installation/).\n- Install Rails. You can read this [page](https://www.theodinproject.com/courses/ruby-on-rails/lessons/your-first-rails-application-ruby-on-rails).\n- Clone it using **git clone** command.\n- Run in your terminal **bundle install**.\n- Run in your terminal **rails db:migrate**.\n- Run in your terminal **rails db:seed**.\n- Create an account (it is for free) in [Cloudinary](https://cloudinary.com/users/login), confirm your e-mail and sign in.\n- Go to your Cloudinary [Console](https://cloudinary.com/console/) and copy your **api_keys**, **api_secret** and **cloud_name** into **cloudinary.yml** file (which is in the **config** directory).\n- Run in your terminal **rails server**.\n\n\n## Automated Test\n\n- This project uses RSpec for unit and integration testing.\n- All files are in **spec** directory.\n- In order to run the tests, in terminal, type: ```rspec```\n\n## Author\n\n👤 **Sergio Zambrano**\n\n- Github: [@sergiomauz](https://github.com/sergiomauz)\n- Twitter: [@sergiomauz](https://twitter.com/sergiomauz)\n- Linkedin: [Sergio Zambrano](https://www.linkedin.com/in/sergiomauz/)\n\n## 🤝 Contributing\n\nContributions, issues and feature requests are welcome!. Feel free to check the [issues page](https://github.com/sergiomauz/RoR-Capstone-Cookbook/issues).\n\n## Show your support\n\nGive a ⭐️ if you like this project!\n\n## Credits\n\n- The user interface [Snapscan](https://www.behance.net/gallery/19759151/Snapscan-iOs-design-and-branding?tracking_source=) was designed by [Gregoire Vella](https://www.behance.net/gregoirevella).\n- The template **start bootstrap simple sidebar**, which was used for the user interface is available [here](https://github.com/BlackrockDigital/startbootstrap-simple-sidebar).\n\n\n## 📝 License\n\nThis project is [MIT](LICENSE) licensed.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergiomauz%2Fror-capstone-cookbook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsergiomauz%2Fror-capstone-cookbook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergiomauz%2Fror-capstone-cookbook/lists"}