https://github.com/victorshinya/swift-apollo-client
An iOS app built with SwiftUI, Apollo Client and The Rick and Morty API
https://github.com/victorshinya/swift-apollo-client
apollo-client apollo-ios ios rick-and-morty rickandmorty rickandmortyapi swift swiftui
Last synced: 3 months ago
JSON representation
An iOS app built with SwiftUI, Apollo Client and The Rick and Morty API
- Host: GitHub
- URL: https://github.com/victorshinya/swift-apollo-client
- Owner: victorshinya
- License: mit
- Created: 2019-12-10T19:35:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-24T03:02:03.000Z (almost 5 years ago)
- Last Synced: 2025-04-23T12:17:53.986Z (6 months ago)
- Topics: apollo-client, apollo-ios, ios, rick-and-morty, rickandmorty, rickandmortyapi, swift, swiftui
- Language: Swift
- Homepage:
- Size: 3.16 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Swift Apollo Client
[](https://github.com/victorshinya/swift-apollo-client/blob/master/LICENSE)
[](https://github.com/victorshinya/swift-apollo-client/pulls)An [Apollo Client (iOS)](https://www.apollographql.com/docs/ios/) application built with SwiftUI and [The Rick and Morty API](https://rickandmortyapi.com). Apollo is an implementation of GraphQL that creates a communication layer between your client (such as React and iOS apps) to your back-end services.
![]()
![]()
## Run locally
As the project uses [Cocoapods](https://cocoapods.org) for Dependency Management for Swift and Objective-C, you need to run the code below in order to create `Swift\ Apollo\ Client.xcworkspace`. That's the file you are going to use.
```sh
pod install
```## LICENSE
MIT License
Copyright (c) 2020 Victor Shinya