team-9/README.md
2025-08-02 02:24:46 +02:00

28 lines
375 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
```
```bash
#Comandi utili per vedere dati db su mongosh
mongosh
show dbs
use simple_db
show collections
db.items.find()
```