项目作者: sethuraman-k-r

项目描述 :
GraphQL implementation in JS using graphql, express, express-graphql
高级语言: JavaScript
项目地址: git://github.com/sethuraman-k-r/graphql-js.git
创建时间: 2020-01-17T04:26:30Z
项目社区:https://github.com/sethuraman-k-r/graphql-js

开源协议:

下载


graphql-js

GraphQL implementation in JS using graphql, express, express-graphql

If you see this project at first time, I recommend you to read more about GraphQL from my Medium Story. @sethuraman_k_r/learn-graphql-2c93fc094a4">Press here to read the story

Employee Database - Download employee database from here and follow the steps to restore the database in MySQL

Once you restored an employee database, enter into a project directory using Command Prompt/Terminal and install the dependencies of these project by using npm install

And change the username and password of your MySQL server in util/db_connection.js

Then run the project using the command npm run dev and open the URL http://localhost:4000/graphql

You will get an interface in browser to play with data by using GraphQL version of API. Try yourself and mention your issues

Stay Connected - More resources are on the way