This To-Do app is built upon SwiftUI and GraphQL, Apollo, for CRUD operations.
Unit tests and also UI tests included.
The application uses node.js as backend GraphQL for client, iOS app, which is running on http://localhost:4000 or any other port on your machine.
Make sure you have node.js and npm installed.
1.git clone https://github.com/arashzjahangiri/GraphQLSwiftUI.git
2.cd GraphQLSwiftUI/Server
3.npm update
4.node src/index.js
5.run pod install in the iOS project to install Apollo for iOS.
If you have any questions about the project, please contact via email: arashzjahangiri@gmail.com
Pull requests are welcome!