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)
Sign up for a free account using our Cloud hosted API : cloud.switcherapi.com
Join us on Slack, Discord Server or Discussion Area if you have questions about your account.
We welcome contributions to Switcher Management! Please read our contributing guidelines for more information on how to get started. Please also check our Code of Conduct to ensure a positive and inclusive environment for all contributors.
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