Part2 | Create Book Store Microservices with MongoDB using Nodejs Express & Mongoose Modules



Part2 | Create Book Store Microservices with MongoDB using Nodejs Express & Mongoose Modules

Part2 | Create Book Store Microservices with MongoDB using Nodejs Express & Mongoose Modules

This is part2 tutorial of Nodejs Microservice with Mongodb. In this video we will learn how to create book store microservices with mongodb in NodeJS using Express & mongoose packages. I will explain important packages in Nodejs. I will also show you step-by-step code to create microservices in Nodejs. You will be able to create microservices with mongodb in 10 mins. So, stay tuned & watch this video till end!! it is going to very exciting and informative tutorial. There is lot of learning in this video.

** Important Nodejs Packages or Modules **
• Express – Express is a node js web application framework that provides broad features for building web and mobile applications. It is used to build a single page, multipage, and hybrid web application. It’s a layer built on the top of the Node js that helps manage servers and routes.

• Mongoose – Mongoose is a Nodejs based Object Data Modelling (ODM) library for MongoDB. It is an Object Relational mapping (ORM) tool like hibernate for RDBMS. Mongoose allow developers to enforce a specific schema at the application layer.

• Body-parser – Body-parser parses an HTTP request body. Specifically in the context of a POST, PATCH, or PUT HTTP requests where the information is contained in the body. body-parser allows you to access req. Also helps in parsing the DB URLs.

• UUID – UUID is used to generate 16-byte unique value. This is used for the primary keys.

** Part1 Tutorial **
Nodejs Microservice with Mongodb Tutorial Part1 – https://youtu.be/SkOb1ruIUY0

** NPM Installation Command **
• npm install express
• npm install mongoose
• npm install uuid
• npm install body-parser

** Chapter Timestamps **
0:00 Welcome to Nodejs Microservices Tutorial with MongoDB – Part2
0:45 Agenda of this tutorial
1:25 Prerequisite of Nodejs microservice tutorial
1:58 Previous Video Recap – Nodejs Microservice with MongoDB Tutorial – Part1
3:25 Code Implementation of Nodejs Microservices with Mongodb
6:37 Configuration component – Nodejs Microservice with Mongodb
8:17 Database Model – Nodejs Microservice with Mongodb
9:58 Repository component – Nodejs Microservice with Mongodb
13:08 Business layer component – Nodejs Microservice with Mongodb
19:03 GIT repository to download code – Nodejs Microservice with Mongodb
20:22 Controller component – Nodejs Microservice with Mongodb
22:23 Route component – Nodejs Microservice with Mongodb
24:18 App Server component – Nodejs Microservice with Mongodb
27:05 Running Nodejs Microservice with Mongodb
28:18 Testing Nodejs Microservice GET POST PUT DELETE end points
34:28 Summary of Nodejs Microservice with Mongodb Tutorial

#nodejs #microservices #mongodb

** CHECK OUT OUR OTHER VIDEOS **
Nodejs Microservice with Mongodb Tutorial Part1 – https://youtu.be/SkOb1ruIUY0
Difference between Monolithic and Microservice Architecture https://youtu.be/AkLxyMUyGg0
Spring Boot Microservice with postgres database Project: https://youtu.be/iw4wO9gEb50
Prepare Docker file, Container and Build Image: https://youtu.be/g_pdTzjnuso
Deploy Docker Image AWS Elastic Container Service: https://youtu.be/ZlR5onuwZzw
Solid Principle Tutorial https://youtu.be/7d4ZrBfXweE

** CHECK OUR PLAYLISTS **
Nodejs Tutorial for Microservice & Async Event based Applications https://www.youtube.com/playlist?list=PL2NZAYdLkYvhtSETbKLpWMRAsKeFUqm6x
Microservice Architecture and Microservice Design Patterns Tutorial https://youtube.com/playlist?list=PL2NZAYdLkYvgY74JFZMuluTJy-J_A_8NA
Spring Boot Complete Tutorial https://youtube.com/playlist?list=PL2NZAYdLkYvg_VlNmszrb-Um0wRx5yGDF
Docker Containers Complete Tutorial
https://youtube.com/playlist?list=PL2NZAYdLkYvhZQo2VTVCSug_zVjekNodi

** ABOUT OUR CHANNEL **
CodeOneDigest is a youtube channel that produces videos on programming languages, cloud and container technologies, Software design principles, Java frameworks in English and Hindi languages.

Dosto, CodeOneDigest youtube channel pe aapko programming languages, container technology, cloud computing, software engineering se related videos milenge.

Check out our channel here:
https://www.youtube.com/channel/UC9V0QYsWKz_OD2uooCtEtRg
Don’t forget to subscribe!

** OUR WEBSITE **
https://codeonedigest.wordpress.com/

** GET IN TOUCH **
Email us on [email protected]

FOLLOW US ON SOCIAL – LIKE, SHARE & SUBSCRIBE
Get updates or reach out to Get updates on our Social Media Profiles!
Subscribe: https://bit.ly/3NeWQ8U
Youtube: https://www.youtube.com/channel/UC9V0QYsWKz_OD2uooCtEtRg
Twitter: https://twitter.com/codeonedigest
Facebook: https://www.facebook.com/codeonedigest
Instagram: https://www.instagram.com/codeonedigest/
Linkedin: https://www.linkedin.com/in/codeone-digest-10b418255/
Reddit: https://www.reddit.com/user/codeonedigest
Github: https://github.com/codeonedigest
Website: https://codeonedigest.wordpress.com/
Tumblr: https://www.tumblr.com/codeonedigest
Pinterest: https://in.pinterest.com/codeonedigest/

Comments are closed.