Skip to content

Commit 980fc9d

Browse files
Merge pull request #2502 from Tony133/docs/added-link-for-example-mongodb
docs(recipes): added link for example mongodb
2 parents 70837c8 + a8932a3 commit 980fc9d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/recipes/mongodb.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,3 +181,7 @@ export class CatsModule {}
181181
```
182182

183183
> info **Hint** Do not forget to import the `CatsModule` into the root `AppModule`.
184+
185+
#### Example
186+
187+
A working example is available [here](https://github.com/nestjs/nest/tree/master/sample/14-mongoose-base).

0 commit comments

Comments
 (0)