{"id":19136022,"url":"https://github.com/shchoholiev/recipes-manager-ios","last_synced_at":"2026-06-23T14:32:09.812Z","repository":{"id":168447632,"uuid":"632584285","full_name":"Shchoholiev/recipes-manager-ios","owner":"Shchoholiev","description":"An iOS application built with Swift to manage recipes. It provides functionalities such as browsing categories, searching and viewing recipes, user authentication, and managing personal profiles.","archived":false,"fork":false,"pushed_at":"2025-05-04T16:36:10.000Z","size":920,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-13T14:39:59.221Z","etag":null,"topics":["graphql-client","jwt","rest-client","server-sent-events","storyboard","swift"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Shchoholiev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-04-25T17:58:52.000Z","updated_at":"2025-05-04T16:37:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"4f692f2a-c83a-41f0-8ef7-320b401c7702","html_url":"https://github.com/Shchoholiev/recipes-manager-ios","commit_stats":null,"previous_names":["shchoholiev/recipes-manager-ios"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Shchoholiev/recipes-manager-ios","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shchoholiev%2Frecipes-manager-ios","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shchoholiev%2Frecipes-manager-ios/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shchoholiev%2Frecipes-manager-ios/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shchoholiev%2Frecipes-manager-ios/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shchoholiev","download_url":"https://codeload.github.com/Shchoholiev/recipes-manager-ios/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shchoholiev%2Frecipes-manager-ios/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34694780,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["graphql-client","jwt","rest-client","server-sent-events","storyboard","swift"],"created_at":"2024-11-09T06:32:57.017Z","updated_at":"2026-06-23T14:32:09.797Z","avatar_url":"https://github.com/Shchoholiev.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# recipes-manager-ios\n\nAn iOS application built with Swift to manage recipes. It provides functionalities such as browsing categories, searching and viewing recipes, user authentication, and managing personal profiles.\n\n## Table of Contents\n\n- [Features](#features)\n- [Stack](#stack)\n- [Installation](#installation)\n  - [Prerequisites](#prerequisites)\n  - [Setup Instructions](#setup-instructions)\n- [Configuration](#configuration)\n\n## Features\n\n- Browse and search recipes by category, author, or type.\n- View detailed recipe information including ingredients, instructions, and nutritional data.\n- User authentication with login capabilities.\n- Manage user profiles and view authored or saved recipes.\n- Add, edit, and delete recipes.\n- Ingredient parsing and calorie estimation.\n- Image upload and preview for recipes.\n- Robust network layer with GraphQL and REST API clients.\n\n## Stack\n\n- Swift 5+\n- UIKit for user interface with Storyboards and custom views/cells.\n- JWTDecode.swift for handling JWT tokens.\n- EventSource for Server-Sent Events.\n- Swift concurrency (async/await) for asynchronous tasks.\n- GraphQL API client for communication with backend.\n- REST client for standard HTTP requests.\n\n## Installation\n\n### Prerequisites\n\n- macOS system with Xcode installed (version 14 or newer recommended).\n- CocoaPods or Swift Package Manager (SPM) for dependency management (if modifying dependencies).\n- An Apple device or Simulator running iOS 15.0+.\n\n### Setup Instructions\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/Shchoholiev/recipes-manager-ios.git\ncd recipes-manager-ios/Recipes\n```\n\n2. Open the Xcode project:\n\n```bash\nopen Recipes.xcodeproj\n```\n\n3. Build and run the project on a simulator or device.\n\n4. To install dependencies (if needed), use Xcode’s built-in Swift Package Manager under the \"File\" -\u003e \"Packages\" menu.\n\n## Configuration\n\nThe app communicates with a backend API endpoint defined internally in the `HttpClient` class:\n\n- Base API URL: `https://sh-recipes-manager-api-dev.azurewebsites.net/`\n\n### Environment Variables / Configuration\n\n- No external environment variables are used by default.\n- JWT tokens are handled and stored securely via `JwtTokensService`.\n- Image uploads are sent to a configured blob container URL inside `HelpersService`.\n- API endpoints and GraphQL queries are preconfigured in the services layer.\n\nTo customize the API endpoints or add environment-specific configurations, modify the `HttpClient` and service base URLs inside code accordingly.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshchoholiev%2Frecipes-manager-ios","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshchoholiev%2Frecipes-manager-ios","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshchoholiev%2Frecipes-manager-ios/lists"}