No description
Find a file
2025-08-02 05:35:58 +02:00
app geoaccess app 2025-08-02 04:50:15 +02:00
backend fixed search endpoint 2025-08-02 05:35:58 +02:00
testing Add queue APIs 2025-08-02 04:07:17 +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 update readme 2 2025-08-02 02:24:46 +02:00
start.sh move frontend testing outside app directory 2025-08-02 00:55:48 +02:00

Template per Hackathon

🚀 Avvio Rapido

#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()