Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yasu-s/nestjs-inject-token-sample

NestJS Inject token sample
https://github.com/yasu-s/nestjs-inject-token-sample

dependency-injection nestjs

Last synced: about 1 month ago
JSON representation

NestJS Inject token sample

Awesome Lists containing this project

README

        

# nestjs-inject-token-sample

## 概要

* NestJSでproviderを文字列定義した場合のサンプルです。

## 実行環境

* Node.js - 10.x
* Yarn - 1.17.x

## 使用ライブラリ

* @nestjs/core - 6.7.x

## 動作確認

### 1. サンプルのダウンロード

```bash
git clone [email protected]:yasu-s/nestjs-inject-token-sample.git
```

### 2. パッケージインストール

```bash
cd nestjs-inject-token-sample
yarn
```

### 3. サンプルの起動

```bash
yarn start
```