Get the DevOps Roadmap for 2022 here: https://devopsfordevelopers.io/roadmap
Learn how to use docker compose to create development environments that let your team get running quickly, even when they don't know what they need. In this video, I'll show you how to launch the environment, create dependent services, populate the application with seed data, and do real-time debugging without using the dreaded `console.log('here')`
0:00 Introduction
0:45 Use the right tools
1:15 Bring the environment up
2:05 Viewing application logs
2:20 Executing API endpoints
3:05 Setting up dependent services
5:10 Seeding test data
6:35 Debugging the application
7:58 Querying the database using the console
8:47 Doing what I do best
Link to the code used in the video: https://devopsfordevelopers.io/nodejs...