This shows you the differences between two versions of the page.
ii:labs:s2:05:tasks:00 [2022/05/31 14:48] 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 ==== | ||
- | For the exercises in this lab, we will be using [[https://labs.play-with-docker.com/|Play with Docker]]. In order to start a session, you need to log in with a [[https://hub.docker.com|Docker Hub]] account and then press the green "Start" button. | + | <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> |
- | + | ||
- | We will also be using the files found in this archive TODO, which contain the definition of the service stack shown in the figure below. | + | |
{{: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:04|lab 4]]. |