Archived
update: 增加了对Deta的数据库支持和修改了一点文档
This commit is contained in:
6 files changed
+44
-14
No files matched your search
@@ -13,6 +13,20 @@
|
||||
|
||||
* 暂未支持`MongoDB`
|
||||
|
||||
# 安装 & 运行
|
||||
|
||||
```bash
|
||||
$ pip3 install -r requirements.txt
|
||||
$ uvicorn src:create_app --factory or
|
||||
$ sh run.sh or
|
||||
$ python3 main.py # 两条命令等价
|
||||
```
|
||||
|
||||
# 部署到Deta
|
||||
|
||||
* ***你需要提前准备一个Deta账号***
|
||||
* [](https://go.deta.dev/deploy?repo=https://github.com/RTAkland/MoeCounter)
|
||||
|
||||
# 开源
|
||||
|
||||
- 本项目以[Apache-2.0](./LICENSE)许可开源, 即:
|
||||
|
||||
Reference in New Issue
Block a user