This is the second part of building a restful API with ExpressJs and Postgres. In the first part, we laid the foundation and wrote our first API. You can find the first article here. In this second part, we will connect our elephant SQL database to our project and write…