Follow this 2500+ word step-by-step tutorial to learn Node.js and PostgreSQL together. You will build a REST API for quotes using Express Js in this guide.| Geshan's Blog
Learn how to set up and run PostgreSQL with docker and docker-compose in this step-by-step tutorial. It also shows how to add Postgres to an existing project.| Geshan's Blog
Learn how to use Docker Compose to define and run multi-container applications with this detailed introduction to the tool.| Docker Documentation
Learn the main concepts of containerization and Docker, from image, Docker file to running containers in this blog post.| Geshan's Blog
Learn how to use docker compose depend_on proprely to start the dependent service first, make it healthy then only start the main container| Geshan's Blog
Learn how to install Docker Compose. Compose is available natively on Docker Desktop, as a Docker Engine plugin, and as a standalone tool.| Docker Documentation