Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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自动建表

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
```