Skip to content

企业级eggjs框架实践,实现swagger文档,统一异常处理,统一响应处理,接口格式检查,三层结构,jwt鉴权,文件上传,用户管理等基础功能实现。

Notifications You must be signed in to change notification settings

taxliang/egg-server

 
 

Repository files navigation

server

QuickStart

see egg docs for more detail.

Development

$ npm i
$ npm run dev
$ open http://localhost:7001/

Deploy

$ npm start
$ npm stop

npm scripts

  • Use npm run lint to check code style.
  • Use npm test to run unit test.
  • Use npm run autod to auto detect dependencies upgrade, see autod for more detail.

swagger document

About

企业级eggjs框架实践,实现swagger文档,统一异常处理,统一响应处理,接口格式检查,三层结构,jwt鉴权,文件上传,用户管理等基础功能实现。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%