文件名称:typescript-api-starter:Typescript中Node.js Express API的启动器
文件大小:199KB
文件格式:ZIP
更新时间:2024-02-25 22:26:04
nodejs api docker express typescript
Typescript中的Node.js Express API入门。 要求 入门 克隆存储库,安装依赖项。 $ git clone git@github.com:cham11ng/typescript-api-starter.git < application> $ cd < application> $ cp .env.example .env # Update database credentials $ yarn migrate 将假数据加载到数据库中。 $ yarn load:fake < FactoryName> < Number> 启动应用程序。
【文件预览】:
typescript-api-starter-dev
----.gitignore(960B)
----.env.example(491B)
----package.json(3KB)
----Makefile(577B)
----backpack.config.js(725B)
----src()
--------domain()
--------resources()
--------exceptions()
--------services()
--------models()
--------validators()
--------types()
--------utils()
--------config()
--------index.ts(337B)
--------middlewares()
--------database()
--------routes.ts(942B)
--------controllers()
--------app.ts(728B)
----SECURITY.md(619B)
----jest.config.js(208B)
----knexfile.ts(1KB)
----LICENSE(1KB)
----tsconfig.json(1008B)
----docker-compose.yml(537B)
----.github()
--------ISSUE_TEMPLATE()
--------pull_request_template.md(1KB)
--------workflows()
----.prettierignore(7B)
----.eslintrc.js(1KB)
----scripts()
--------fake-loader.ts(618B)
--------mail-test.ts(316B)
----.prettierrc.js(139B)
----README.md(2KB)
----.env.docker(529B)
----babel.config.js(158B)
----test()
--------api()
--------unit()
--------helper.ts(519B)
----logs()
--------.gitignore(14B)
----.editorconfig(379B)
----yarn.lock(370KB)