Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fundgao/awesome-nest
Nestjs + TypeScript + MySQL + JWT登录鉴权 + typeorm自动建表
https://github.com/fundgao/awesome-nest
List: awesome-nest
nestjs nextjs
Last synced: about 1 month ago
JSON representation
Nestjs + TypeScript + MySQL + JWT登录鉴权 + typeorm自动建表
- Host: GitHub
- URL: https://github.com/fundgao/awesome-nest
- Owner: fundgao
- License: mit
- Created: 2023-10-26T09:30:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-15T02:37:14.000Z (4 months ago)
- Last Synced: 2024-09-15T08:15:40.302Z (4 months ago)
- Topics: nestjs, nextjs
- Language: TypeScript
- Homepage:
- Size: 61.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 简介
* Nestjs
* TypeScript
* MySQL
* JWT登录鉴权
* typeorm自动建表## Installation
```bash
$ npm install
```## Running the app
```bash
# development
$ npm run start# watch mode
$ npm run start:dev# production mode
$ npm run start:prod
```## 教程文章
- [Nest 实现国际化](https://juejin.cn/post/7379496229725257767)
- [Nest 教程集合](https://juejin.cn/collection/7253382801860853819)
- [Nest:常用 15 个装饰器知多少?](https://juejin.cn/post/7340554546253611023)
- AIGC## DEMO
Nest教程
- https://github.com/wenjianmin/store-web-backend## Test
```bash
# unit tests
$ npm run test# e2e tests
$ npm run test:e2e# test coverage
$ npm run test:cov
```