An open API service indexing awesome lists of open source software.

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

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.