Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

MongooseJS Essentials - Learn MongoDB for Node.js

Posted By: naag
MongooseJS Essentials - Learn MongoDB for Node.js

MongooseJS Essentials - Learn MongoDB for Node.js
MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 43M | 141 MB
Genre: eLearning | Language: English

Learn how to create Mongoose Schemas to build a full CRUD application based on the MongoDB database design.

In this course we will build a simple application to show how to perform full CRUD (create, read, update, delete) operations within Node.js.

We'll be using the Node module MongooseJS. Mongoose allows us to define our models in the form of a schema, along with a simple to use API that abstracts away a lot of the pain of working directly with the MongoDB driver.

First, we will create a Book schema using MongooseJS. We will use string data types to add a title, author and description. Next, we will build a simple server using Express.js. Then we will build 4 routes to query, update and delete Books from our Schema. We will use Postman to perform actions on these routes and check the results in our browser.


MongooseJS Essentials - Learn MongoDB for Node.js