Skip to content

switcherapi/switcher-management-feature

Repository files navigation


Switcher Management Feature Service
Feature Flag Service for Switcher Management

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


About

This is a feature flag service for Switcher Management. A microservice that is part of the Switcher API Cloud-hosted ecosystem.
It uses Oak as middleware framework and Switcher4Deno as the feature flag client SDK to communicate with Switcher API

Getting Started

Prerequisites

Running (local)

deno task run

Running (docker)

docker-compose up -d

Usage: Postman

  1. Import the environment SM Feature (dev).postman_environment.json file into Postman
  2. Import the collection Switcher Management Feature.postman_collection.json file into Postman

Usage: Swagger

  1. Run the application
  2. Open Swagger Editor
  3. Click on File, Import URL using http://localhost:4000/swagger.json