Project designed to allow developers to visualise MongoDB geospatial queries.
- Connect your MongoDB repository and visualise geospatial data.
- From here you can generate MongoDB commands including $near, $geoIntersects and $nearSphere
To run application locally
- Navigate to Project directory using terminal
- Execute command "node index.js"
Note: It is best to used a MongoDB instance hosted on the same server as the application to eliminate potential latency issues