# Template per Hackathon ## 🚀 Avvio Rapido ```bash # Rendi eseguibile lo script di avvio chmod +x start.sh # 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