文件名称:serverless-graphql-api-example:使用TypeScript和MongoDB构建的无服务器GraphQL API
文件大小:29KB
文件格式:ZIP
更新时间:2024-06-16 15:21:01
TypeScript
无服务器GraphlQL API示例
使用TypeScript和MongoDB构建的无服务器GraphQL API
有关API的说明,请参见我的。
地方发展
将需要下载,安装并登录。
之后,创建一个.env文件,并将DB_PATH环境变量与数据库URI添加在一起。
DB_PATH=mongodb://
【文件预览】:
serverless-graphql-api-example-master
----api()
--------graphql.ts(476B)
----.gitignore(32B)
----package.json(1023B)
----src()
--------graphql()
--------database()
----README.md(1KB)
----yarn.lock(52KB)