{"id":17814833,"url":"https://github.com/altontonn/recipe-app","last_synced_at":"2026-05-05T22:34:07.322Z","repository":{"id":65943900,"uuid":"601122918","full_name":"altontonn/Recipe-app","owner":"altontonn","description":"The Recipe app keeps track of all your recipes, ingredients, and inventory. It will allow you to save ingredients, keep track of what you have, create recipes, and generate a shopping list based on what you have and what you are missing from a recipe. Also, since sharing recipes is an important part of cooking the app should allow you to make them","archived":false,"fork":false,"pushed_at":"2023-08-02T20:14:28.000Z","size":1219,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-07T22:46:07.600Z","etag":null,"topics":["postgresql","ruby","ruby-on-rails"],"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/altontonn.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-02-13T12:20:26.000Z","updated_at":"2023-06-02T11:26:13.000Z","dependencies_parsed_at":"2024-10-27T16:23:19.746Z","dependency_job_id":"7b58f0b8-4270-4996-99c8-24f7c81c9d43","html_url":"https://github.com/altontonn/Recipe-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"microverseinc/readme-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/altontonn%2FRecipe-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/altontonn%2FRecipe-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/altontonn%2FRecipe-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/altontonn%2FRecipe-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/altontonn","download_url":"https://codeload.github.com/altontonn/Recipe-app/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246777829,"owners_count":20832032,"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","ruby","ruby-on-rails"],"created_at":"2024-10-27T16:07:46.162Z","updated_at":"2026-05-05T22:34:07.294Z","avatar_url":"https://github.com/altontonn.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📗 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  - [Prerequisites](#prerequisites)\n  - [Install](#install)\n  - [Usage](#usage)\n  - [Run tests](#run-tests)\n  - [Deployment](#triangular_flag_on_post-deployment)\n- [👥 Authors](#authors)\n- [🔭 Future Features](#future-features)\n- [🤝 Contributing](#contributing)\n- [⭐ Show your support](#support)\n- [🙏 Acknowledgements](#acknowledgements)\n- [📝 License](#license)\n\n\u003c!-- PROJECT DESCRIPTION --\u003e\n\n# 📖 Rceipe App \u003ca name=\"about-project\"\u003e\u003c/a\u003e\n\n# 📖 Description \u003ca name=\"Description-Note\"\u003e\u003c/a\u003e\n\u003e Describe your project in 1 or 2 sentences.\n\nThe Recipe app keeps track of all your recipes, ingredients, and inventory. It will allow you to save ingredients, keep track of what you have, create recipes, and generate a shopping list based on what you have and what you are missing from a recipe. Also, since sharing recipes is an important part of cooking the app should allow you to make them public so anyone can access them.\n\n## 🛠️ Built With \u003ca name=\"built-with\"\u003e\u003c/a\u003e\n\n- Ruby on Rails\n- Postgresql\n- Capybera\n- Rspec\n- Cancancan\n- Devise\n\n### Key Features \u003ca name=\"key-features\"\u003e\u003c/a\u003e\n\n- Sign up new user\n- Add Recipe\n- Add Food\n- Generate shoping list\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\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- A code editor\n- Ruby installed\n- Ruby on Rails installed\n- Postgresql installed\n\n### Setup\n\nClone this repository to your desired folder:\nhttps://github.com/altontonn/Recipe-app.git\n```\n  cd my-folder\n  \n```\nrecipe-app\n\n### Istall\ninstall this project with:\n  bundle install\n  rails db:create\n  rails db:migrate\n\n### Start \nTo start the application, run the following command\n```\nrails server\n```\n### Run tests \n```\nrspec\n```\n### Usage\n\nTo run the project, run `ruby \u003cfilename\u003e` in your terminal\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## 👥 Authors \u003ca name=\"authors\"\u003e\u003c/a\u003e\n\n👤 **Ekpenisi Erue Raphael**\n\n- GitHub: [@eerapheal](https://github.com/eerapheal)\n- Twitter: [@ekpenisiraphael](https://twitter.com/ekpenisiraphael)\n- LinkedIn: [ekpenisi-e-raphael-9678a221a](https://www.linkedin.com/in/ekpenisi-e-raphael-9678a221a/)\n\n👤 **Newton Alumasa**\n\n- Github: [altontonn](https://github.com/altontonn/)\n- Twitter: [AlumasaNewton](https://twitter.com/AlumasaNewton)\n- Linkedin: [newton-alumasa](https://www.linkedin.com/in/newton-alumasa/)\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- **Set up associations**\n- **Add basic UI**\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\n##### Contributions, issues, and feature requests are welcome!\n- Fork it\n- Create your feature branch (git checkout -b my-new-feature)\n- Commit your changes (git commit -am 'Add some feature')\n- Push to the branch (git push origin my-new-feature)\n- Create new Pull Request.\n\nFeel free to check the [issues page](https://github.com/altontonn/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\nIf you like this project please give it a star\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faltontonn%2Frecipe-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faltontonn%2Frecipe-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faltontonn%2Frecipe-app/lists"}