# nestjs-sequelize-jwt-learn **Repository Path**: xuxusheng/nestjs-sequelize-jwt-learn ## Basic Information - **Project Name**: nestjs-sequelize-jwt-learn - **Description**: 参照 https://github.com/adrien2p/nestjs-sequelize-jwt 项目学习 - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-06-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # nestjs-sequelize-jwt-learn ## Description description ## 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 ```