https://github.com/mor4eza/graphqltest
a simple project to test 'GraphQL' written in swift
https://github.com/mor4eza/graphqltest
Last synced: over 1 year ago
JSON representation
a simple project to test 'GraphQL' written in swift
- Host: GitHub
- URL: https://github.com/mor4eza/graphqltest
- Owner: Mor4eza
- Created: 2019-05-19T12:32:11.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-19T12:52:49.000Z (about 7 years ago)
- Last Synced: 2025-01-30T04:16:30.731Z (over 1 year ago)
- Language: JavaScript
- Size: 333 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GraphQLTest
a simpe GraphQL project written in swift 4.2
# Running:
1. install **npm** on your machine.
2. run `pod install`.
3. go to */bin* directory and run `./install_server.sh` in terminal and then run `./start_server.sh`.
4. open .xcworkspace file and run project in simulator.