Spring Boot Microservice Project with MongoDB in Docker Container | Tuto...

Spring Boot Microservice Project with MongoDB in Docker Container | Tutorial with Java Example

In this video, we will learn, how to pull mongodb image from dockerhub repository, how to run mongodb in docker container, how to connect Spring Boot Microservice Application with the mongodb running in a docker container and testing the GET and POST end-points of the microservices to pull and push customer data. Spring Boot is built on the top of the spring framework and contains all the features of the spring. And is becoming a favorite of developers these days because it’s a rapid production-ready environment that enables the developers to directly focus on the logic instead of struggling with the configuration and setup. Spring Boot is a microservice-based framework and making a production-ready application in it takes very little time. MongoDB is an open-source document database and leading NoSQL database. MongoDB is written in C++. This video will give you complete understanding of running the MongoDB in docker container. MongoDB works on concept of collection and document. MongoDB is a cross-platform, document-oriented database that provides, high performance, high availability, and easy scalability. MongoDB Compass is a powerful GUI for querying, aggregating, and analyzing your MongoDB data in a visual environment. Compass is free to use and can be run on macOS, Windows, and Linux. Postman Api Testing Tool: Postman is a tool used for API testing. It is an HTTP client that tests HTTP requests, utilizing a graphical user interface, through which we obtain different types of responses that need to be subsequently validated. ** TIMESTAMPS ** 0:00 Welcome to Spring Boot Microservice with MongoDB Project in container 0:53 Agenda of Video 1:41 Download MongoDB Image using Docker Pull Command 2:44 Docker Container Port Mapping Explained with Diagram 4:33 Start MongoDB in Docker Container 6:14 Connect Compass GUI to MongoDB 7:07 Create New Database using MongoDB Compass GUI 7:38 Insert Data in MongoDB Collection 8:09 Spring Boot Microservice Project Code Walk Through 10:49 Create MongoDB database config in Application properties file 11:32 Build and Run Spring Boot Microservice Application 12:03 Testing GET and POST end points in POSTMAN tool 15:19 Summary #springboot #microservice #mongodbincontainer ** CodeOneDigest GitHub Repository ** https://github.com/codeonedigest/ https://github.com/codeonedigest/spri... ** Tools ** DockerHub: https://hub.docker.com/_/mongo Download MongoDB Compass: https://www.mongodb.com/try/download/... Spring Project Initializer: https://start.spring.io/ Postman: https://www.postman.com/downloads/ ** CHECK OUT OUR OTHER VIDEOS ** Spring boot project setup:    • Spring boot Proje...   Spring Boot Scheduler:    • This Spring Boot ...   Spring Boot Cron Job:    • How to set up a S...   Spring Boot Microservice with MongoDB Project:    • Spring Boot Micro...   Prepare Docker file, Container and Build Image:    • Docker Tutorial f...   Run Docker Image on Custom Port:    • Docker Container ...   Tag Docker Image and Push to Docker Hub Repository:    • Docker Tag and Pu...   Deploy Docker Image AWS Elastic Container Service:    • Deploy Springboot...   Run MongoDB in Docker Container:    • Run MongoDB Image...   ** CHECK OUR PLAYLISTS ** Spring Boot Complete Tutorial    • Spring Boot Tutor...   Docker Containers Complete Tutorial    • Cloud & Container...   GITHUB Repository Tutorial | Complete Guide to GITHUB for Beginners    • GITHUB Repository...   Java Design Pattern Complete Tutorial    • Java Design Patte...   ** 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:    / @codeonedigest   Don’t forget to subscribe! ** OUR WEBSITE ** https://codeonedigest.wordpress.com/ ** GET IN TOUCH ** Email us on codeonedigest@gmail.com 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:    / @codeonedigest   Twitter: https://twitter.com/codeonedigest Facebook: https://www.facebook.com/codeonedigest Instagram: https://www.instagram.com/codeonedigest/ Linkedin: https://www.linkedin.com/in/codeone-d... Reddit: https://www.reddit.com/user/codeonedi... Github: https://github.com/codeonedigest Website: https://codeonedigest.wordpress.com/ Tumblr: https://www.tumblr.com/codeonedigest Pinterest: https://in.pinterest.com/codeonedigest/

Comments

Popular posts from this blog

Ultimate Guide to Shopify Custom App & OAuth Flow | Create Shopify Custo...

Shopify Inventory Management | Manage Shopify Location & Product Invento...

Spring Boot Microservice with Postgres Database Running in Docker Contai...