graphql express postgres:参考graphql api 源码

上传:implement_40000 浏览: 29 推荐: 0 文件:ZIP 大小:78.44KB 上传时间:2021-02-01 22:09:41 版权申诉
graphql-express-postgres 使用node和postgres构建的参考graphql api。 该模式遵循经典的用户,帖子,评论结构。 使用 使用进行SQL查询缓存的示例 模式定义是使用构建的。 基于 ORM和数据访问。 由中间件处理的身份验证。 对于受保护的解析器,只需将函数包装在authenticated() 。 测试使用并针对植入测试数据的数据库实例执行。 安装: 使用nodemon + babel在本地npm run dev : npm run dev 在服务器上构建并运行: npm start 数据库迁移: npm run migrate 格
上传资源
用户评论
相关推荐
express graphql boilerplate具有JWT身份验证的Express GraphQL API并支持sqlitemysql和postgres
Express-Graphql样板 具有JWT身份验证的Express GraphQL API,并支持sqlite,mysql和postgresql 通过身份验证 支持 , 和 支持是探索GraphQ
ZIP
124KB
2021-02-16 00:40
GraphQL Express使用GraphQL实现的Express Server源码
GraphQL-Express 使用GraphQL和Apollo实现的简单Express Server。 此仓库附加在一系列文章中,并详细说明了实现: 第1部分: master分支。 第2部分:-使用
ZIP
3KB
2021-02-01 22:09
graphql postgres subscriptions使用postgres和apollo的graphql subscriptions的graphql订阅
graphql-postgres-订阅 使用postgres和apollo的graphql-subscriptions的graphql订阅实现。 该程序包通过graphql-subscriptions
ZIP
39KB
2021-02-16 16:05
todo api graphql GraphQL Todo API源码
托多·格拉普尔 简单的GraphQL服务器,可以管理待办事项: 创建新的待办事项 提取所有待办事项 提取待办事项 将待办事项标记为已完成 更新截止日期 删除待办事项 安装 克隆和nathe回购 git
ZIP
5KB
2021-03-12 11:53
express graphql authentication ExpressGraphQL加Prisma加Postgres身份验证服务器样板源码
Express + GraphQL + Prisma + Postgres身份验证服务器 认证服务器样板。 运行步骤: 创建一个PostgreSQL数据库并使用prisma / user_table.
ZIP
230KB
2021-04-06 23:29
express graphql example示例项目如何使用ExpressGraphQL源码
Express,GraphQL示例 如何运行项目 安装依赖项: yarn # or using npm npm install 创建src/config.ts或重命名src/config.exampl
ZIP
125KB
2021-02-01 22:14
express graphql使用Express创建GraphQL HTTP服务器源码
GraphQL HTTP服务器中间件 使用支持连接样式中间件的任何HTTP Web框架(包括本身, 和创建GraphQL HTTP服务器。 安装 npm install --save express-
ZIP
112KB
2021-02-07 10:24
graphql api使用NestJS的Graphql API源码
Livrite后端应用
ZIP
156KB
2021-04-19 06:58
graphql api源码
GraphQL API模板 Api funcional usando graphql-yoga和mongoose Esta api allowe la conexion a bases de dato
ZIP
31KB
2021-02-23 10:52
GraphQL Starter TypeScript加Node Express加Apollo GraphQL API的样板源码
TypeScript Node Express + Apollo GraphQL入门 TypeScript + Node Express + Apollo GraphQL API的样板。 目录 特征
ZIP
222KB
2021-04-24 00:05
nodejs typescript graphql starter Nodejs Typescript Express GraphQL MongoDB API
Node.js-Typescript / GraphQL / Express / MongoDB样板 具有JWT支持的用户身份验证和授权的:laptop:Node-Typescript / Expre
ZIP
156KB
2021-02-15 16:50
wp graphql WordPress的GraphQL API源码
WPGraphQL WPGraphQL是一个免费的开源WordPress插件,可为任何WordPress网站提供可扩展的GraphQL模式和API。 以下是一些帮助您入门WPGraphQL的链接 安装
ZIP
3.73MB
2021-02-01 22:10
GraphQL测试Api Prueba de GraphQL源码
GraphQL测试:Api Prueba de GraphQL
ZIP
23KB
2021-02-24 03:47
express graphql server example源码
使用Express-GraphQL和MongoDB的GraphQL服务器 依存关系 节点:14.16.0 MongoDB:4.4.5 设置 安装节点依赖项 npm install 设置docker网络
ZIP
48KB
2021-04-25 08:51
graphql api boilerplate使用GraphQLPrisma和Postgres的Boilerplate API源码
具有身份验证和权限的GraphQL服务器 此示例显示如何使用基于 , 和的基于电子邮件密码的身份验证工作流和身份验证规则来实现GraphQL服务器。 它使用带有一些初始虚拟数据SQLite数据库文件,
ZIP
84KB
2021-03-20 11:05