文件名称:express-typescript:使用Express构建建筑物REST API的源代码,TypeScript博客文章系列
文件大小:96KB
文件格式:ZIP
更新时间:2024-06-08 21:47:33
express typescript jest TypeScript
表达打字稿 使用Express构建建筑物REST API的源代码,TypeScript博客文章系列 发布链接 从源代码构建 克隆仓库 git clone git@github.com:rsbh/express-typescript.git cd express-typescript 安装依赖项。 npm install 构建生产服务器。 npm build 运行服务器。 npm start 在本地构建Docker映像 docker build -t express-typescript . 运行测试 npm test
【文件预览】:
express-typescript-main
----package.json(1KB)
----.github()
--------workflows()
----test()
--------utils()
----Dockerfile.dev(117B)
----Dockerfile(313B)
----jest.config.js(212B)
----LICENSE(1KB)
----package-lock.json(295KB)
----src()
--------models()
--------config()
--------routes()
--------repositories()
--------controllers()
--------index.ts(829B)
----tsconfig.json(356B)
----__mocks__()
--------typeorm.ts(349B)
----docker-compose.yml(523B)
----.gitignore(2KB)
----.dockerignore(26B)
----public()
--------.gitkeep(0B)
----README.md(1KB)
----tsoa.json(196B)