# nestjs-mongoose **Repository Path**: bigjump/nestjs-mongoose ## Basic Information - **Project Name**: nestjs-mongoose - **Description**: nestjs-mongoose 学习实践 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-02-20 - **Last Updated**: 2022-09-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456 [circleci-url]: https://circleci.com/gh/nestjs/nest ## Description [Nest](https://github.com/nestjs/nest) 基础框架列子 ## Installation ```bash $ npm install ``` ## Running the app ```bash # development $ npm run start # development watch mode $ npm run start:dev # production mode $ npm run start:prod ``` ### tips ```bash # npm build npm build 不要与前端项目build混淆 build出的项目需要安装依赖 build出的项目在运行时才去读取环境变量 # 接口文档 http://127.0.0.1:3000/api/ ``` ### feature - 接口文档 Swagger (完成) - 滚动日志 Winston (完成) - mongodb操作示例 (完成) - jwtAuth (完成) - 权限管理 Casbin (完成) - 微信公众号示例 (完成) - 完成单元测试 ### todo - 统一返回格式、过滤器、拦截器 (完成) - 环境变量配置 (完成) - restful接口示例 (完成) - docker容器化 (完成) - 持续优化 ### Fixed ## License Nest is [MIT licensed](LICENSE).