Introduction Today I’m going to show you how to create a CRUD (Create, Read/Retrieve, Update and Delete) application using Node.js, Express.js and PostgreSQL. This article will focus heavily on backend. After you finish this article you will have th...