# wit-master **Repository Path**: taiping520/wit-master ## Basic Information - **Project Name**: wit-master - **Description**: 结合Wit-UI使用的后端框架node版 - **Primary Language**: NodeJS - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-24 - **Last Updated**: 2023-10-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: Nodejs, Nestjs ## README

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

下列访问地址均由最新的 wit-ui 分支代码同时构建部署,访问效果完全一致,请根据自身网络情况选择合适的访问链接。 >wit-ui 请移步 [https://gitee.com/taiping520/wit-ui/master](https://gitee.com/taiping520/wit-ui/) ## Description [Nest](https://github.com/nestjs/nest) framework TypeScript starter repository. ``` angular2html - wit-admni-master (目录结构) |__ logs ........................日志文件 |__ src ........................项目源码 |__ business ...............业务代码 |__ tasks ...............示例 |__ config .................系统配置 |__ config.logr4js.ts ..日志配置 |__ config.schema.ts ...环境变量配置检查 |__ config .............系统运行相关配置 |__ system ................系统框架 |__ auth ...............认证模块 |__ file ...............文件操作 |__ filter .............过滤器 |__ jwt ................jwt认证 |__ log ................日志模块 |__ menu ................菜单管理 |__ role ...............角色模块 (未实现) |__ socket .............socket模块 |__ theme ..............主题模块 |__ user ...............用户模块 |__ utils ..............工具 |__ log4js ..........log4js |__ paginate ........分页 |__ validators ......验证工具 |__ app.module.ts .............全局模块导入 |__ main.ts ...................系统入口 |__ test ......................测试 |__ static .....................静态文件 |__ .env.stage.dev .............开发环境 |__ .env.stage.prod ...........生产环境 ``` ## Installation ```bash $ npm install or $ yarn install ``` ## Running the app ```bash # development $ npm run start or $ yarn start # watch mode $ npm run start:dev or $ yarn start:dev # production mode $ npm run start:prod or $ yarn start:prod # 文档生成 $ npx compodoc -p tsconfig.json -s ``` ## Test ```bash # unit tests $ npm run test # e2e tests $ npm run test:e2e # test coverage $ npm run test:cov ``` ## Support Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please [read more here](https://docs.nestjs.com/support). ## Stay in touch - Author - [Taipin]() - Website - [https://nestjs.com](https://nestjs.com/) - Twitter - [@nestframework]() ## License Nest is [MIT licensed](LICENSE).