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.