No description
Find a file
2025-08-02 01:56:03 +02:00
app recreated app directory 2025-08-02 00:59:55 +02:00
backend geo-access 2025-08-02 01:56:03 +02:00
testing add another test POST api 2025-08-02 01:48:18 +02:00
.gitignore add initial template 2025-08-01 23:41:32 +02:00
LICENSE Initial commit 2025-08-01 15:32:00 +00:00
README.md move frontend testing outside app directory 2025-08-02 00:55:48 +02:00
start.sh move frontend testing outside app directory 2025-08-02 00:55:48 +02:00

Template per Hackathon

🚀 Avvio Rapido

# 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