00. [00p] Getting started

For the tasks in this lab, you will be using the files found in this archive, which contains a NodeJS application that creates an API for adding books in a library over a PostgreSQL database. The architecture of the application is shown in the image below. It is composed of a backend (or API), a database, and an administration component for the database.

In order to solve the tasks, you need to have Docker installed, or you need to use Play with Docker, as described in lab 4.