-
Notifications
You must be signed in to change notification settings - Fork 0
Feature Functionality
Terry Thomas edited this page Nov 20, 2025
·
1 revision
Versioned JSON endpoints under /api/v1.
NPS + RIDB data is fetched manually (later: scheduled) and cached in PostgreSQL.
PostGIS enables:
- storing latitude/longitude
- geoJSON output
- spatial queries and filtering
JWT-based login supporting:
- React SPA
- future React Native app
Users may:
- authenticate
- view parks
- view map visualizations
- save favorite parks or recreation areas
ActiveModelSerializers provides a consistent JSON schema.