add demo page

This commit is contained in:
Tykayn 2025-09-16 00:04:53 +02:00 committed by tykayn
parent fab0e979d5
commit cc870323bf
6 changed files with 425 additions and 15 deletions

View file

@ -32,7 +32,8 @@ class RootResource:
"/event": "Get events matching specified criteria",
"/event/{id}": "Get a specific event by ID",
"/event/search": "Search for events using a GeoJSON geometry",
"/stats": "Get statistics about the database"
"/stats": "Get statistics about the database",
"/demo": "Interactive demo page with a map showing current events"
}
}