node-js-postgresql-crud-example
node-js-postgresql-crud-example copied to clipboard
Containerized the application.
- containerized for node and postgres
- modified the dockerfile to wait for postgres to be fully up(as it takes some time to get started, so that it can accept connections)
- I created this as I was facing issues with connection node.js to postgres using docker in one of my projects.
- @bezkoder I am a great fan of your work and have got help from numerous tutorials of yours! Please keep up the good work :)
Resolved merge conflicts