An example of a containerized Node.js application: https://smalldata.tech/blog/2020/11/16/building-a-secure-nodejs-development-environment-via-containers
Simply docker-compose up
to get the application up and running. You might need to wait a while for the database to spin up when running for the first time. Head to http://localhost:8080 to see the results.