netlify faunadb example2 源码
Netlify + FaunaDB 将与使用的 展开目录 关于此应用程序 该应用程序将用于前端,将用于API调用,并将作为后备数据库。 一键部署 单击“ 本地设置和运行 克隆存储库 git clone https://github.com/netlify/netlify-faunadb-example.git 进入仓库目录 cd netlify-faunadb-example 安装依赖项 npm install 注册一个FaunaDB帐户 建立资料库 在Fauna Cloud Console中: 点击“新数据库” 输入“ Netlify”作为“数据库名称” 点击“保存” 创建数据库访问密钥 在Fauna Cloud Console中: 点击左侧导航栏中的“安全性” 点击“新密钥” 确保“数据库”字段设置为“ Netlify” 确保将“角色”字段设置为“管理员”
文件列表
netlify-faunadb-example2-master.zip
(预估有个37文件)
netlify-faunadb-example2-master
functions
todos-create.js
1KB
todos-read.js
760B
todos-delete-batch.js
968B
todos-read-all.js
1KB
todos-update.js
788B
todos-delete.js
774B
utils
getId.js
88B
暂无评论