A query-only API for front-end applications
Requires MongoDB and Redis server information set as environmental variables, or via .env dotfile.
.env
# REQUIRED
REDIS_HOST=
REDIS_PORT=
REDIS_AUTH_PASS=
MONGO_URI=
MONGO_DB=
MONGO_COLLECTION=The FireFerret client manages datastore connections, queries, and errors. Read more about fine-tuning FireFerret here.
βββ /
βββ api (GET)
βββ / (GET)
βββ plant
βββ /
β βββ :name (GET)
βββ s (GET)
βββ / (GET)
βββ :region (GET)
Image deploys with 80:80 open. Please use a reverse-proxy in production.