express-typescript-starter-postgres

时间:2024-04-05 20:46:18
【文件属性】:

文件名称:express-typescript-starter-postgres

文件大小:162KB

文件格式:ZIP

更新时间:2024-04-05 20:46:18

TypeScript

入门 设置应用 克隆存储库。 润yarn 创建.env文件。 请参阅.env.example文件。 运行应用程序 # For development yarn start # For production yarn start:prod 结构 src包含api的整个源代码。 在src内部,有三个目录: api , config , constants和一个index.js文件,这将是应用程序的入口点 constants目录 index.js将导出api中所需的所有常量。 在dev和prod等环境中通用的常量应在constants.common.js定义 特定于环境的constants.dev.js应在constants.dev.js或constants.dev.js定义。 确保所有常量中的constants.[env].js形状相同constants.[env].js


【文件预览】:
express-typescript-starter-postgres-master
----.gitignore(1KB)
----Dockerfile(444B)
----.env.example(193B)
----.eslintrc(873B)
----package.json(3KB)
----processes.json(313B)
----src()
--------api()
--------types()
--------custom-module-loader.ts(2KB)
--------config()
--------constants()
--------index.ts(1KB)
----.dockerignore(17B)
----jest.config.js(386B)
----tsconfig.json(646B)
----.prettierignore(34B)
----README.md(7KB)
----tests()
--------api()
--------import-helper.ts(275B)
--------index.test.ts(256B)
--------test-helper.ts(392B)
--------test-constants.ts(58B)
----nodemon.json(254B)
----tsconfig.sample.json(6KB)
----.editorconfig(220B)
----.prettierrc(179B)
----yarn.lock(331KB)

网友评论