Docker is an open platform for developing, running, and shipping apps. Docker allows you to separate your apps from your architecture to deliver the software faster. With Docker, you can manage your infrastructure the same way you manage your apps.
By taking advantage of Docker’s methodology for dispatching, testing, and uploading code faster on the server, you can significantly reduce the delay between writing code and running it to production.
Docker includes the components like:
Docker is designed to benefit both the Developer and the System Administrator. There are the following reasons for using Docker:
1. Docker allows us to easily install and run the software without having to worry about setting up or dependencies.
2. Developers use Docker to remove machine problems like code working on some developers’ machines and not working on others’ machines when working with the team.
Operators use Docker to run and manage applications on small containers for optimal computer density.
3. Enterprises choose Docker for agile software delivery pipelines to deliver new app features more quickly and securely.
To follow along, you must have docker and node installed.
Today, we will learn how we can deploy two services Node.js app with MongoDB.
Agenda:
🎯 Node project setup
🎯 Docker setup
🎯 Folder structure
🎯 Code breakdown
npm init -y
npm i express dotenv mongoose
To pull node and mongo images, go to the docker hub and get the official images. Make sure your docker daemon is on. Click on the docker desktop to activate the daemon. To check if your docker is installed on your machine, in your terminal, run
docker --version
docker image ls
Here’s our folder structure in its most basic architecture.
In this config folder, we imported the mongoose module, connected it to our database, and exported the configuration.
⚠️ Note:
1. The
docker-node-mongo
can be named anything.
2. Notice the
mongo
:27017/docker-node-mongo, this replaces the
localhost
we use in our development mode.
const express = require('express'); const dotenv = require('dotenv'); dotenv.config(); const connectDb = require('./config/db'); const app = express(); connectDb(); const port = process.env.NODE_LOCAL_PORT || 3020; app.use(express.json()); app.use(express.urlencoded({ extended: true })); app.get('/', (req, res) => { res.send('Hello World'); }); app.listen(port, () => { console.log(`Server is running on port ${port}`); });
Now, let’s test our app locally by running the following command:
npm start
Next, let’s stop the server by running Ctrl + C.
We could actually go ahead to build this image using this Dockerfile by running the build command:
docker build -t [name of container]
and then running using
docker run -p 8082:8082 [image name] ...
but it will not connect to the MongoDB service. In other to be able to run the two services we need a docker-compose.yml file
Lastly, we setup our docker-compose.yml for the app and mongo service. This file helps us to build and link our Node.js app to the mongo image.
To test we run this command:
docker compose up -d
The -d the flag means we are running the container in a detached mode.
We see the two containers up and running.
Let’s go over to our browser
Setting up a Node.js project with MongoDB using Docker is a great way to manage dependencies, isolate development environments, and ensure consistency across different systems.
By following the steps outlined in this guide, you can create a folder structure, configure Docker, and write the necessary code to get your project up and running.
With the knowledge gained from this guide, you should be well-equipped to create your own Node.js and MongoDB projects using Docker.
How to Effectively Hire and Manage a Remote Team of Developers.
Download NowThe Mindbowser team's professionalism consistently impressed me. Their commitment to quality shone through in every aspect of the project. They truly went the extra mile, ensuring they understood our needs perfectly and were always willing to invest the time to...
CTO, New Day Therapeutics
I collaborated with Mindbowser for several years on a complex SaaS platform project. They took over a partially completed project and successfully transformed it into a fully functional and robust platform. Throughout the entire process, the quality of their work...
President, E.B. Carlson
Mindbowser and team are professional, talented and very responsive. They got us through a challenging situation with our IOT product successfully. They will be our go to dev team going forward.
Founder, Cascada
Amazing team to work with. Very responsive and very skilled in both front and backend engineering. Looking forward to our next project together.
Co-Founder, Emerge
The team is great to work with. Very professional, on task, and efficient.
Founder, PeriopMD
I can not express enough how pleased we are with the whole team. From the first call and meeting, they took our vision and ran with it. Communication was easy and everyone was flexible to our schedule. I’m excited to...
Founder, Seeke
Mindbowser has truly been foundational in my journey from concept to design and onto that final launch phase.
CEO, KickSnap
We had very close go live timeline and Mindbowser team got us live a month before.
CEO, BuyNow WorldWide
If you want a team of great developers, I recommend them for the next project.
Founder, Teach Reach
Mindbowser built both iOS and Android apps for Mindworks, that have stood the test of time. 5 years later they still function quite beautifully. Their team always met their objectives and I'm very happy with the end result. Thank you!
Founder, Mindworks
Mindbowser has delivered a much better quality product than our previous tech vendors. Our product is stable and passed Well Architected Framework Review from AWS.
CEO, PurpleAnt
I am happy to share that we got USD 10k in cloud credits courtesy of our friends at Mindbowser. Thank you Pravin and Ayush, this means a lot to us.
CTO, Shortlist
Mindbowser is one of the reasons that our app is successful. These guys have been a great team.
Founder & CEO, MangoMirror
Kudos for all your hard work and diligence on the Telehealth platform project. You made it possible.
CEO, ThriveHealth
Mindbowser helped us build an awesome iOS app to bring balance to people’s lives.
CEO, SMILINGMIND
They were a very responsive team! Extremely easy to communicate and work with!
Founder & CEO, TotTech
We’ve had very little-to-no hiccups at all—it’s been a really pleasurable experience.
Co-Founder, TEAM8s
Mindbowser was very helpful with explaining the development process and started quickly on the project.
Executive Director of Product Development, Innovation Lab
The greatest benefit we got from Mindbowser is the expertise. Their team has developed apps in all different industries with all types of social proofs.
Co-Founder, Vesica
Mindbowser is professional, efficient and thorough.
Consultant, XPRIZE
Very committed, they create beautiful apps and are very benevolent. They have brilliant Ideas.
Founder, S.T.A.R.S of Wellness
Mindbowser was great; they listened to us a lot and helped us hone in on the actual idea of the app. They had put together fantastic wireframes for us.
Co-Founder, Flat Earth
Ayush was responsive and paired me with the best team member possible, to complete my complex vision and project. Could not be happier.
Founder, Child Life On Call
The team from Mindbowser stayed on task, asked the right questions, and completed the required tasks in a timely fashion! Strong work team!
CEO, SDOH2Health LLC
Mindbowser was easy to work with and hit the ground running, immediately feeling like part of our team.
CEO, Stealth Startup
Mindbowser was an excellent partner in developing my fitness app. They were patient, attentive, & understood my business needs. The end product exceeded my expectations. Thrilled to share it globally.
Owner, Phalanx
Mindbowser's expertise in tech, process & mobile development made them our choice for our app. The team was dedicated to the process & delivered high-quality features on time. They also gave valuable industry advice. Highly recommend them for app development...
Co-Founder, Fox&Fork