team-9/README.md

18 lines
330 B
Markdown
Raw Normal View History

2025-08-01 23:41:32 +02:00
# Template per Hackathon
2025-08-01 15:32:00 +00:00
2025-08-01 23:41:32 +02:00
## 🚀 Avvio Rapido
```bash
# Avvia tutto con un comando
./start.sh
#Comandi utili per vedere dati db su mongosh
mongosh
show dbs
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