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

时间:2024-02-20 15:35:01
【文件属性】:

文件名称:express-graphql-example:示例项目如何使用Express和GraphQL

文件大小:125KB

文件格式:ZIP

更新时间:2024-02-20 15:35:01

nodejs graphql express typescript sql

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 : '' , } , /* * Migrations run on every start of the application. * If you initialized the database manually (from the database.sql file), * you don't need this. */ migrations : { d


【文件预览】:
express-graphql-example-master
----.dockerignore(54B)
----.github()
--------workflows()
----knexfile.js(241B)
----yarn.lock(223KB)
----.eslintrc.js(260B)
----src()
--------config.example.ts(533B)
--------utils()
--------index.ts(1013B)
--------migrations()
--------setup.ts(118B)
--------repositories()
--------types()
--------__tests__()
--------context()
--------database.ts(180B)
--------middlewares()
--------loaders()
--------seeds()
--------schema()
----Dockerfile(716B)
----database.sql(2KB)
----tsconfig.json(383B)
----LICENSE(1KB)
----jest.config.js(139B)
----README.md(2KB)
----.gitignore(44B)
----EXAMPLES.md(1KB)
----.eslintignore(18B)
----package.json(992B)

网友评论