unity样板间 教程资源
See how to code a GraphQL server boilerplate. This full intermediate course from Ben Awad uses many technologies including Typescript, Node.js, PostgreSQL, Redis, React, Jest, OAuth, TypeORM, and SparkPost.
查看如何编写GraphQL服务器样板。 Ben Awad的这门完整的中级课程使用了许多技术,包括Typescript,Node.js,PostgreSQL,Redis,React,Jest,OAuth,TypeORM和SparkPost。
Here is what the course covers:
这是本课程涵盖的内容:
- Setting up a TypeORM Project 设置TypeORM项目
- Creating a TypeORM Entity 创建TypeORM实体
- Creating a User into with TypeORM 使用TypeORM创建用户
- Setting up Jest 设置笑话
- Setting up a Test Database with TypeORM 使用TypeORM设置测试数据库
- Getting GraphQL Yoga and Jest to work together 让GraphQL Yoga和Jest一起工作
- GraphQL Schema Stitching GraphQL模式拼接
- Handling Errors in GraphQL 处理GraphQL中的错误
- GraphQL Validating Input GraphQL验证输入
- Email Confirmation Link with Redis 带有Redis的电子邮件确认链接
- Jest Global Setup 笑话全局设置
- Testing Redis Email Link 测试Redis电子邮件链接
- Fixing Connection Error 修复连接错误
- Send Confirmation Email with SparkPost 使用SparkPost发送确认电子邮件
- GraphQL Login Mutation GraphQL登录突变
- Express Session for Login 快速登录会话
- GraphQL Middleware GraphQL中间件
- Running Jest Tests Sequentially 依次运行Jest测试
- Logging or Authentication GraphQL Middleware 记录或身份验证GraphQL中间件
- Simple Logout with GraphQL 使用GraphQL轻松注销
- Building a GraphQL Server Test Client 构建GraphQL Server测试客户端
- Logout of Multiple Sessions 注销多个会话
- Forgot Password Test Case 忘记密码测试用例
- Lock User Account GraphQL 锁定用户帐户GraphQL
- GraphQL Forgot Password Implementation GraphQL忘记密码实现
- Rate Limiting 限速
- Twitter OAuth Twitter OAuth
- OAuth Demo with React 带React的OAuth演示
- Getting the Jest tests to run in Parallel 使Jest测试可以并行运行
- Merging a Modular GraphQL Schema 合并模块化GraphQL模式
- Removing the Race Conditions from the Tests 从测试中删除竞赛条件
You can watch the video on the the freeCodeCamp.org YouTube channel (almost 8 hour watch).
您可以在freeCodeCamp.org YouTube频道上观看视频(近8小时观看)。
翻译自: https://www.freecodecamp.org/news/graphql-server-boilerplate-intermediate-tutorial/
unity样板间 教程资源