This shows you the differences between two versions of the page.
ii:labs:s2:05:tasks:00 [2024/04/29 18:42] radu.ciobanu |
ii:labs:s2:05:tasks:00 [2024/04/29 19:28] (current) radu.ciobanu [00. [00p] Getting started] |
||
---|---|---|---|
Line 1: | Line 1: | ||
==== 00. [00p] Getting started ==== | ==== 00. [00p] Getting started ==== | ||
- | <note tip>For the tasks in this lab, you will be using the files found in {{:ii:labs:s2:04:tasks:lab4.zip|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.</note> | + | <note tip>For the tasks in this lab, you will be using the files found in {{:ii:labs:s2:05:tasks:lab5_files.zip|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.</note> |
{{:ii:labs:s2:04:tasks:arch.png?direct&600|}} | {{:ii:labs:s2:04:tasks:arch.png?direct&600|}} | ||
- | In order to solve the tasks, you need to have Docker installed, or you need to use [[https://labs.play-with-docker.com|Play with Docker]], as described in [[ii:labs:s2:03|lab 3]]. | + | In order to solve the tasks, you need to have Docker installed, or you need to use [[https://labs.play-with-docker.com|Play with Docker]], as described in [[ii:labs:s2:04|lab 4]]. |