1.npm install
mysql
2.數據庫安裝及鏈接git
使用/graphql.sql
安裝數據庫
修改conf/db.js
中相關配置github
3.啓動步驟sql
npm start
數據庫
4.訪問:express
localhost:3003
npm
經過開發者工具查看相關的接口訪問app
5.訪問調試工具:工具
http://localhost:3003/graphql
調試
http://localhost:3003/article
6.官方的簡單版本
/app_simple.js
7.schame 最小的實現版本
/graphql/user/userSchame.js
8.demo地址:github
若是對你有幫助求個star - -!