Skip to content

Instantly share code, notes, and snippets.

View alessandromonolo's full-sized avatar

Alessandro Monolo alessandromonolo

View GitHub Profile
@alessandromonolo
alessandromonolo / Client-Interaction-with-server-App
Last active February 11, 2025 13:17
Developed a telephone management service with a customized address book and a structured API for contact management. Implements CRUD operations (Create, Read, Update, Delete) to efficiently handle contacts, ensuring seamless interaction with the telephone directory through a standardized API interface.
{
"cells": [
{
"cell_type": "markdown",
"id": "e81cfb25-3536-44cd-ace0-1061764fcf98",
"metadata": {},
"source": [
"#### Importo le librerie che mi servono\n",
"#### Il client utilizzerà la libreria requests per interagire con il server"
]