If you're a Java developer, then there is a nice project called Testcontainers (https://testcontainers.org). In their own words, the project can be summarized as follows:
- First create a testcontainer-node folder and navigate to it:
$ mkdir ~/fod/ch07/testcontainer-node && cd ~/fod/ch07/testcontainer-node
- Next open VS Code from within that folder with code .. Create three subfolders, database, api, and tests, within the same folder. To the api folder, add a package.json ...