文件名称:bibleapi-graphql:基于Node.js的Bible API GraphQL Web服务
文件大小:1.41MB
文件格式:ZIP
更新时间:2024-05-29 01:51:11
nodejs javascript api graphql express
圣经API GraphQL-WIP 安装 npm install 跑步 npm start 开发 npm run dev 用 请求 { passage(reference: "Gen 1:1") { verse } } 回复 { "data": { "passage": { "verse": "In the beginning God created the heaven and the earth." } } } 数据库 启动MongoDB mongod --dbpath ./data/db 汇入资料 mongoimport --db bibleapi --collection bible --type json --file /seed/asv.json
【文件预览】:
bibleapi-graphql-master
----.env.example(190B)
----db()
--------mongo.js(595B)
--------queryMapper.js(2KB)
----.babelrc(27B)
----Dockerfile(542B)
----seed()
--------asv.json(6.76MB)
----lib()
--------server.js(1KB)
--------parser.js(523B)
--------index.js(47B)
----LICENSE(1KB)
----README.md(710B)
----docker-compose.yml(223B)
----.gitignore(902B)
----package-lock.json(75KB)
----schema()
--------passage.js(643B)
--------verse.js(363B)
--------index.js(561B)
----package.json(978B)