team-9/README.md
2025-08-02 02:22:12 +02:00

25 lines
365 B
Markdown

# Template per Hackathon
## 🚀 Avvio Rapido
```bash
#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
```
#Comandi utili per vedere dati db su mongosh
mongosh
show dbs
use simple_db
show collections
db.items.find()
```