From PostgreSQL to Docker
Introduction
One of the important parts of a web app and backend API is the ability to store data in the database. Talking of databases, there are popularly of two categories:
Relational database like SQL
NoSQL database like MongoDB
As a newbie t...
noobielinuxsimp.hashnode.dev3 min read