https://github.com/crowd-studio/nestjs-tdd-example
https://github.com/crowd-studio/nestjs-tdd-example
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/crowd-studio/nestjs-tdd-example
- Owner: crowd-studio
- Created: 2021-02-16T15:07:01.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-16T18:41:41.000Z (over 5 years ago)
- Last Synced: 2025-02-15T12:42:15.722Z (over 1 year ago)
- Language: TypeScript
- Size: 111 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```