update readme

This commit is contained in:
Alessio Prato 2025-08-02 02:22:12 +02:00
parent 4441012687
commit 6faee6cedd

View file

@ -3,11 +3,17 @@
## 🚀 Avvio Rapido ## 🚀 Avvio Rapido
```bash ```bash
# Rendi eseguibile lo script di avvio #Lancia frontend produzione
chmod +x start.sh 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 #Comandi utili per vedere dati db su mongosh
@ -17,6 +23,3 @@ use simple_db
show collections show collections
db.items.find() db.items.find()
``` ```
Il frontend sarà disponibile su http://localhost:3000
Il backend sarà hostato localmente su http://localhost:8000