Skip to content

Commit a8932a3

Browse files
committed
docs(recipes): added link for example mongodb
1 parent a5b8181 commit a8932a3

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)