Apollo-Server-Boilerplate:在 NodeJS 和 GraphQL 中设置 apollo 服务器的样板

时间:2024-08-13 11:00:14
【文件属性】:

文件名称:Apollo-Server-Boilerplate:在 NodeJS 和 GraphQL 中设置 apollo 服务器的样板

文件大小:31KB

文件格式:ZIP

更新时间:2024-08-13 11:00:14

nodejs graphql apollo graphql-server apollo-server

Apollo 服务器样板 NodeJS apollo 服务器样板,服务器的初始设置: 设置 编辑: Edit Seeds according to your needs. And Setup Mongo Database by replacing the URL. Database/db.js 拉取存储库并运行 npm install 运行服务器命令 npm start 在以下位置访问 GraphQL Playground: http://localhost:4000/graphql 特征: 用户注册 用户登录 用户角色 JWT 令牌/授权 本土化


【文件预览】:
Apollo-Server-Boilerplate-master
----.travis.yml(106B)
----Database()
--------db.js(631B)
----Models()
--------helpers.js(1KB)
--------Role()
--------User()
--------allSchemas.js(438B)
----index.js(3KB)
----package.json(727B)
----package-lock.json(59KB)
----Resolvers()
--------resolvers.js(1KB)
--------imports.js(280B)
----.gitignore(1KB)
----CODE_OF_CONDUCT.md(3KB)
----Localizations()
--------localization.js(551B)
----README.md(724B)
----seeds()
--------index.js(70B)
--------users.js(493B)
--------roles.js(868B)

网友评论