A REST API (short for Representational State Transfer Application Programming Interface) is a way two separate pieces of ...
Fiber, PostgreSQL, JWT and Swagger docs in isolated Docker containers. 👉 The full article is published on March 22, 2021, on Dev.to: https://dev.to/koddr/build-a ...
Dockerfile: Describes how to build the image for your Node.js API (what OS, what dependencies, how to start the app). Think of it as a recipe for your app's environment. docker-compose.yml: Defines ...