文件名称:koatty_demo:Koatty演示
文件大小:136KB
文件格式:ZIP
更新时间:2024-02-24 11:27:18
koa typescript microservice serverless koatty-demo
由创建的应用程序 安装依赖 yarn install 迁移资料 编辑项目src / db.ts数据源配置并运行: //macOS used sudo npm i -g koatty_cli npm run build && koatty migrate all 启动服务器 npm run dev //production mod npm start 与pm2一起部署 使用pm2在生产环境上部署应用程序。 pm2 startOrGracefulReload pm2.json API文件 由模块自动创建。 npm run doc 启动服务器并调用http://localhost:3000/
【文件预览】:
koatty_demo-master
----launch.json(548B)
----update.sql(7KB)
----package.json(1KB)
----apidoc.json(244B)
----tslint.json(2KB)
----.thinksrc(39B)
----LICENSE(11KB)
----static()
--------html()
----src()
--------config()
--------aspect()
--------model()
--------App.ts(807B)
--------middleware()
--------dto()
--------plugin()
--------controller()
--------service()
--------util()
----tsconfig.json(4KB)
----pm2.json(471B)
----.gitignore(87B)
----README.md(1KB)
----yarn.lock(199KB)
----.vscode()
--------launch.json(728B)