nodejs restful webapi
Go to file
2021-08-26 20:41:58 +08:00
.gitignore remove data 2021-07-25 17:11:17 +08:00
index.js beta 2021-08-26 19:52:40 +08:00
LICENSE Initial commit 2021-07-25 03:41:47 +08:00
package.json import 2021-07-26 11:22:48 +08:00
README.md end 2021-07-26 19:12:47 +08:00
start.sh debug bash 2021-08-26 20:41:58 +08:00
yarn.lock import 2021-07-26 11:22:48 +08:00

shizukana

nodejs restful webapi

Install

# clone 到本地
git clone ...

# 切换到项目目录
cd shizukana

# 使用 yarn 或 npm 安装依赖包
yarn

# 使用 node 运行 index 文件
node index

# 也可以使用 pm2 作守护进程
pm2 start node --name shizukana -- index

doc

程序结构

使用示例