Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/LWJcoder/qiupihu
糗皮虎 小程序云开发项目 新增 点赞,发布,评论,分享等功能
https://github.com/LWJcoder/qiupihu
Last synced: 2 months ago
JSON representation
糗皮虎 小程序云开发项目 新增 点赞,发布,评论,分享等功能
- Host: GitHub
- URL: https://github.com/LWJcoder/qiupihu
- Owner: LWJcoder
- Created: 2018-09-25T09:47:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-08T02:23:11.000Z (over 6 years ago)
- Last Synced: 2024-08-02T13:20:20.678Z (6 months ago)
- Language: JavaScript
- Size: 1.96 MB
- Stars: 98
- Watchers: 6
- Forks: 36
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-tcb - 糗皮虎
README
# 云开发 quickstart
这是云开发的快速启动指引,其中演示了如何上手使用云开发的三大基础能力:
- 数据库:一个既可在小程序前端操作,也能在云函数中读写的 JSON 文档型数据库
- 文件存储:在小程序前端直接上传/下载云端文件,在云开发控制台可视化管理
- 云函数:在云端运行的代码,微信私有协议天然鉴权,开发者只需编写业务逻辑代码## 参考文档
- [云开发文档](https://developers.weixin.qq.com/miniprogram/dev/wxcloud/basis/getting-started.html)