From 6faee6cedd08973775d3638617c1ae7cd15b484f Mon Sep 17 00:00:00 2001 From: Aleeeehh Date: Sat, 2 Aug 2025 02:22:12 +0200 Subject: [PATCH] update readme --- README.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index fce9388..758c488 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,17 @@ ## 🚀 Avvio Rapido ```bash -# Rendi eseguibile lo script di avvio -chmod +x start.sh +#Lancia frontend produzione +npm i -g @ionic/cli +npm i +ionic serve + +#Url server hostato su ngrok +https://fbbb261497e3.ngrok-free.app + +# Lancia frontend di testing +apri testing/index.html -# Avvia tutto con un comando -./start.sh ``` #Comandi utili per vedere dati db su mongosh @@ -17,6 +23,3 @@ use simple_db show collections db.items.find() ``` - -Il frontend sarà disponibile su http://localhost:3000 -Il backend sarà hostato localmente su http://localhost:8000