文件名称:graphql-mongoose-example:这是一个简单的示例,可帮助实现GraphQL,mongoose和JWT
文件大小:32KB
文件格式:ZIP
更新时间:2024-02-24 07:30:21
javascript api graphql jwt es6
链接到文档 GraphQL是API的查询语言,它是服务器端运行时,用于通过使用为数据定义的类型系统执行查询。 GraphQL不受任何特定数据库或存储引擎的束缚,而是由您现有的代码和数据支持。 入门 使用node.js服务器? 只需使用express-graphql! 如果您使用其他GraphQL服务,它可以自动显示GraphiQL。 GraphiQL相对容易设置。 使用npm: 安装软件包: 本示例使用GraphQL,Mongoose和JWT。 您可以通过两种方式安装软件包: npm install 如果有错误,请逐个安装软件包,不是很多吧? :grinning_squinting_face: $ npm install --save express-graphql $ npm install jsonwebtoken $ npm install mongoose -save 实现的功能: GraphQL: :heavy_check_mark: 突变。 :heavy_check_mark: 查询。 :heavy_check_mark: 用连接数据库(Mongod
【文件预览】:
graphql-mongoose-example-master
----.gitignore(496B)
----README.md(1KB)
----LICENSE(1KB)
----src()
--------server.js(1KB)
--------database()
--------security()
--------package.json(701B)
--------graphql()
--------.babelrc(25B)
--------package-lock.json(98KB)