typescript api starter:Typescript中Node.js Express API的启动器 源码
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.zip
(预估有个97文件)
typescript-api-starter-dev
.gitignore
960B
.env.example
491B
package.json
3KB
Makefile
577B
backpack.config.js
725B
src
domain
entities
UserSessionDetail.ts
221B
暂无评论