30 lines
345 B
Markdown
30 lines
345 B
Markdown
# shizukana
|
|
nodejs restful webapi
|
|
|
|
## Install
|
|
```bash
|
|
# clone 到本地
|
|
git clone ...
|
|
|
|
# 切换到项目目录
|
|
cd shizukana
|
|
|
|
# 使用 yarn 或 npm 安装依赖包
|
|
yarn
|
|
|
|
# 使用 node 运行 index 文件
|
|
node index
|
|
|
|
# 也可以使用 pm2 作守护进程
|
|
pm2 start node --name shizukana -- index
|
|
```
|
|
|
|
## doc
|
|
|
|
### 程序结构
|
|
|
|
|
|
### 使用示例
|
|
|
|
|