From 28a231e1886b6d07aa389273f455953b9a8247e4 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi <256895@studenti.unimore.it> Date: Thu, 15 Apr 2021 19:30:07 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=92=20Aggiorna=20documentazione=20sull?= =?UTF-8?q?a=20codebase?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/code/README.md b/code/README.md index ebc4bef..00759fa 100644 --- a/code/README.md +++ b/code/README.md @@ -1,3 +1,8 @@ # Codice > Codice del progetto (**potenzialmente vuoto**); idealmente il progetto dell’IDE. + +È diviso in due moduli: + +- `nest_backend`, un **web server** in [Flask](https://flask.palletsprojects.com/en/1.1.x/) +- `nest-frontend`, una **webapp** in [React](https://reactjs.org/)