文件名称:room-scheduler
文件大小:319KB
文件格式:ZIP
更新时间:2024-04-17 15:17:44
JavaScript
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” 确保将“角色”字段设置为“管理员”
【文件预览】:
room-scheduler-master
----netlify.toml(245B)
----public()
--------manifest.json(325B)
--------index.html(2KB)
--------favicon.ico(4KB)
----src()
--------utils()
--------index.css(1KB)
--------components()
--------assets()
--------App.js(1KB)
--------App.test.js(241B)
--------App.css(4KB)
--------index.js(163B)
----scripts()
--------bootstrap-fauna-database.js(2KB)
----README.md(22KB)
----.gitignore(322B)
----functions()
--------todos-delete-batch.js(968B)
--------utils()
--------locations-create.js(1KB)
--------events-get-by-location.js(930B)
--------events-delete.js(780B)
--------locations-read-all.js(1KB)
--------locations-update.js(796B)
--------locations-delete.js(783B)
--------events-read-all.js(1KB)
--------events-create.js(1KB)
--------todos-read.js(760B)
----package-lock.json(1.14MB)
----package.json(909B)