diff --git a/src/app/homepage/pages/techniques/mongo/mongo.component.html b/src/app/homepage/pages/techniques/mongo/mongo.component.html index ca86fce225..1116d1329c 100644 --- a/src/app/homepage/pages/techniques/mongo/mongo.component.html +++ b/src/app/homepage/pages/techniques/mongo/mongo.component.html @@ -1,11 +1,11 @@

Mongo

- There are two ways of dealing with the MongoDB database. You can either use a Mongoose that provides a MongoDB support or Mongoose + There are two ways of dealing with the MongoDB database. You can either use an ORM that provides a MongoDB support or Mongoose which is the most popular MongoDB object modeling tool. If you - wanna stay with the Mongoose you can follow these steps. Otherwise, - we'll use a dedicated @nestjs/mongoose package. + wanna stay with the ORM you can follow these steps. Otherwise, + we'll use the dedicated @nestjs/mongoose package.

Firstly, we need to install all of the required dependencies: @@ -111,4 +111,4 @@

Example

A working example is available here.

-
\ No newline at end of file +