Aplikasi untuk membangun GraphQL menggunakan framework Express. Tutorial bisa dilihati disni: https://medium.com/telecreative-developer/mengenal-graphql-menggunakan-expressjs-1-b44242b05ae4
- Download project
$ git clone https://github.com/fuaditrockz/graphql-with-express.git
- Change directory to project
$ cd graphql-with-express
- Install all module packages
$ npm install
- Run json-server for fake REST API
$ npm run jsom:server
- Run application
$ npm run dev:server
Note: 4 dan 5 buka dua tab terminal.
Author: Fuadit Muhammad