express-graphql-boilerplate:具有JWT身份验证的Express GraphQL API,并支持sqlite,mysql和postgresql

时间:2024-02-23 19:36:42
【文件属性】:

文件名称:express-graphql-boilerplate:具有JWT身份验证的Express GraphQL API,并支持sqlite,mysql和postgresql

文件大小:124KB

文件格式:ZIP

更新时间:2024-02-23 19:36:42

nodejs mysql graphql boilerplate jwt

Express-Graphql样板 具有JWT身份验证的Express GraphQL API,并支持sqlite,mysql和postgresql 通过身份验证 支持 , 和 支持是探索GraphQL API的简便方法 development , testing和production 通过 使用运行的集成测试 使用构建 用户,注释和嵌套GraphQL查询的示例 快速介绍 GraphQL是一种查询语言,您的REST API可以在GraphQL API旁边直接和谐地共存。 为了演示这一点,我们有两个用于register和login REST端点。 # clone repository $ git clone https://github.com/aichbauer/express-graphql-boilerplate.git # cd into project root $ cd express-graphql-boilerplate # install dependencies $ npm i # start application $ npm start # create


【文件预览】:
express-graphql-boilerplate-master
----.eslintrc(215B)
----config()
--------connection.js(610B)
--------index.js(222B)
--------database.js(1KB)
--------routes()
----package.json(2KB)
----db()
--------.gitkeep(0B)
----test()
--------controllers()
--------helpers()
----api()
--------models()
--------controllers()
--------graphql()
--------api.js(2KB)
--------policies()
--------services()
----LICENSE(1KB)
----package-lock.json(303KB)
----CONTRIBUTING.md(7KB)
----.gitignore(1KB)
----CODE_OF_CONDUCT.md(3KB)
----README.md(25KB)
----scripts()
--------index.js(185B)
--------tasks()
--------templates()
--------options()
--------cmds()
----.vscode()
--------launch.json(573B)

网友评论