This is an old revision of the document!
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.
After solving all the tasks, you will need to upload on
Moodle a single Zip archive containing all the files required at each task.
In order to solve the tasks, you need to have Docker installed, or you need to use Play with Docker, as described in lab 3