A Go app for submitting & searching places of interest
- POI type CRUD
- POI CRUD
- POI search with several search options like lat/lon combination, area extent (circle and bounded-box), ratings, etc.
- The application can load configuration from
.env
files. A sample with the required values can be found in.env.dist
. - If no
.env
file, system-wide environment variables are used instead. - If none of the above is present, default (hardcoded) values will be loaded.