Skip to content

switcherapi/switcher-resolver-node

Repository files navigation


Switcher Resolver Node
Resolver Node for Component Switchers

Master CI Quality Gate Status Known Vulnerabilities License: MIT Docker Hub Slack: Switcher-HQ


Switcher API: Cloud-based Feature Flag API

About

Switcher Resolver Node is the Feature Flag resolver that runs the Switcher evaluation criteria engine.


Local setup

  1. npm ci
  2. Add .env-cmdrc file into the project directory (use '.env-cmdrc-template')
  3. Replace values such as secret keys and URLs

Quick start

Open Swagger UI by accessing the URL: http://localhost:3000/api-docs
Or use Postman by importing either the OpenAPI json from http://localhost:3000/swagger.json or Postman Collection from "requests/Switcher Resolver Node*"