sh prepare-local-env.sh- 
Access API
http://localhost:8741/ - 
Access phpMyAdmin
http://localhost:8756/ user : root passwor : wg2bAQhd36aJ 
GET http://localhost:8741/notebook
GET http://localhost:8741/notebook/<ID>
| Field | Type | Description | 
|---|---|---|
| id | integer | Notebook ID | 
DELETE http://localhost:8741/notebook/<ID>
| Field | Type | Description | 
|---|---|---|
| id | integer | Notebook ID | 
CREATE http://localhost:8741/notebook
| Field | Type | Description | 
|---|---|---|
| identifier | string | unique identifier | 
| headline | string | headline | 
| content | string | description | 
PATCH http://localhost:8741/notebook/<ID>
| Field | Type | Description | 
|---|---|---|
| id | integer | Notebook ID | 
| Field | Type | Description | 
|---|---|---|
| identifier | string | unique identifier | 
| headline | string | headline | 
| content | string | description | 
docker-compose exec app vendor/bin/phpunit tests/