Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 639 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 639 Bytes

graphql-with-express

Aplikasi untuk membangun GraphQL menggunakan framework Express. Tutorial bisa dilihati disni: https://medium.com/telecreative-developer/mengenal-graphql-menggunakan-expressjs-1-b44242b05ae4

Getting Started

  1. Download project
$ git clone https://github.com/fuaditrockz/graphql-with-express.git
  1. Change directory to project
$ cd graphql-with-express
  1. Install all module packages
$ npm install
  1. Run json-server for fake REST API
$ npm run jsom:server
  1. Run application
$ npm run dev:server

Note: 4 dan 5 buka dua tab terminal.

Author: Fuadit Muhammad