Mongoose is a module. It can be used that it makes NoSQL database called MongDB used as Node.js. This is an extendable module. Mongoose creates schema to store and manage data, making a model with schema.
First line calls mongoose module. And second line can have access to MongDB.