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

https://github.com/crowd-studio/nestjs-tdd-example


https://github.com/crowd-studio/nestjs-tdd-example

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# nestjs-tdd-example

### Init project

Install nest cli
```bash
yarn global add @nestjs/cli
```
Clone demo repo
```bash
git clone https://github.com/crowd-studio/nestjs-tdd-example.git
```

Install dependencies
```bash
yarn
```