https://github.com/switcherapi/switcher-management
Switcher API Management - GUI to interact with Switcher API
https://github.com/switcherapi/switcher-management
feature-flags feature-management switcher-api
Last synced: 10 months ago
JSON representation
Switcher API Management - GUI to interact with Switcher API
- Host: GitHub
- URL: https://github.com/switcherapi/switcher-management
- Owner: switcherapi
- License: mit
- Created: 2020-01-20T04:10:53.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T04:42:52.000Z (over 1 year ago)
- Last Synced: 2024-10-24T18:30:40.418Z (over 1 year ago)
- Topics: feature-flags, feature-management, switcher-api
- Language: TypeScript
- Homepage: https://cloud.switcherapi.com
- Size: 26.1 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
***
Switcher Management
[](https://github.com/switcherapi/switcher-management/actions/workflows/master.yml)
[](https://snyk.io/test/github/switcherapi/switcher-management?targetFile=package.json)
[](https://opensource.org/licenses/MIT)
[](https://hub.docker.com/r/trackerforce/switcher-management)
[](https://switcher-hq.slack.com/)
***

# About
**Switcher Management** is a complete GUI to manage Switcher API
- **Switcher API**: (https://github.com/switcherapi/switcher-api)
- **Switcher Resolver Node**: (https://github.com/switcherapi/switcher-resolver-node)
- **JavaScript SDK**: (https://github.com/switcherapi/switcher-client-js)
- **Java SDK**: (https://github.com/switcherapi/switcher-client-java)
- **Deno SDK**: (https://github.com/switcherapi/switcher-client-deno)
- **Python SDK**: (https://github.com/switcherapi/switcher-client-py)
# Cloud Hosted API
Sign up for a free account using our Cloud hosted API : [cloud.switcherapi.com](https://cloud.switcherapi.com)
Join us on [Slack](https://switcher-hq.slack.com/), [Discord Server](https://discord.gg/cqgdb9Ef) or [Discussion Area](https://github.com/switcherapi/switcher-management/discussions) if you have questions about your account.
# Contributing
We welcome contributions to Switcher Management! Please read our [contributing guidelines](CONTRIBUTING.md) for more information on how to get started.
Please also check our [Code of Conduct](CODE_OF_CONDUCT.md) to ensure a positive and inclusive environment for all contributors.
### Local Development
Get started with devcontainer setup. This will allow you to run the application and validate your changes locally.
You can either use Github Codespaces or run the devcontainer locally using Docker.
The devcontainer includes Switcher API and MongoDB already configured.
Make sure to replace the API endpoint in the `src/environments/environment.ts` (apiUrl) to `http://localhost:3000`