# service-nest-base **Repository Path**: h_shmily/service-nest-base ## Basic Information - **Project Name**: service-nest-base - **Description**: 1、包含:登陆、注册、jwt鉴权、RBAC0权限控制、日志及异常捕获系统; 2、数据库操作:采用sequelize,当中可以采用sql查询,sequelize ORM模型查询亦可; - **Primary Language**: JavaScript - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2022-04-09 - **Last Updated**: 2022-08-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: Nestjs, JWT, Sequelize, TypeScript, Nodejs ## README

Nest Logo

[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456 [circleci-url]: https://circleci.com/gh/nestjs/nest

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

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

## Description [Nest](https://github.com/nestjs/nest) framework TypeScript starter repository. ## Installation ```bash $ npm install ``` ## Running the app ```bash # development $ npm run start # watch mode $ npm run start:dev # production mode $ npm run start:prod ``` ## Test ```bash # unit tests $ npm run test # e2e tests $ npm run test:e2e # test coverage $ npm run test:cov ``` ## Support 1、包含:登陆、注册、jwt鉴权、RBAC0权限控制、日志及异常捕获系统; 2、数据库操作:采用sequelize,当中可以采用sql查询,sequelize ORM模型查询亦可; [https://www.sequelize.com.cn/other-topics/upgrade-to-v6]: https://www.sequelize.com.cn/other-topics/upgrade-to-v6 [http://www.verydoc.net/nest/00008735.html]: http://www.verydoc.net/nest/00008735.html