express graphql example:示例项目如何使用Express和GraphQL 源码

qqdepletion6470 16 0 ZIP 2021-02-01 22:02:10

Express,GraphQL示例 如何运行项目 安装依赖项: yarn # or using npm npm install 创建src/config.ts或重命名src/config.example.js并使用您的凭据更新文件: export default { port : 3010 , database : { type : 'mysql' , connection : { database : '' , host : '' , password : '' , user : '' , } ,

用户评论
请输入评论内容
评分:
暂无评论