實戰GraphQL+express+mysql專案完整demo

大晨發表於2018-03-19

安裝步驟:

1.npm install

2.資料庫安裝及連線

使用/graphql.sql安裝資料庫 修改conf/db.js中相關配置

3.啟動步驟

npm start

4.訪問:

localhost:3003

通過開發者工具檢視相關的介面訪問

5.訪問除錯工具:

http://localhost:3003/graphql

http://localhost:3003/article

6.官方的簡單版本

/app_simple.js

7.schame 最小的實現版本

/graphql/user/userSchame.js

8.demo地址

如果對你有幫助求個star - -!

https://github.com/heiyu4585/graphql-express-mysql

相關文章