文件名称:typescript-restify-mongoose-starter:使用TypeScript,Restify和Mongoose构建的Node.js REST API样板
文件大小:22KB
文件格式:ZIP
更新时间:2024-02-24 07:21:23
nodejs boilerplate typescript mongodb mongoose
TypeScript Restify猫鼬入门 Node.js样板应用程序演示了如何使用 , 和构建REST API。 要求 > = 6.x 入门 # Clone the repository git clone https://github.com/mksarge/typescript-restify-mongoose-starter.git myproject cd myproject # Install dependencies npm install # Run tests npm run test # Start the server npm run start 执照
【文件预览】:
typescript-restify-mongoose-starter-master
----.gitignore(336B)
----tsconfig.json(384B)
----README.md(1KB)
----utils()
--------logger.ts(822B)
----test()
--------integration()
--------unit()
----server.ts(900B)
----app()
--------routes()
--------auth.ts(196B)
--------models()
--------controllers()
----package.json(1KB)
----tslint.json(3KB)
----config()
--------restify.ts(1KB)
--------env.ts(1KB)
----LICENSE.txt(1KB)
----.travis.yml(205B)
----.editorconfig(214B)