A sample app demonstrating how to integrate ConfigCat feature flags into a NestJS application.
- A code editor, e.g., Visual Studio Code.
- Node.js version 22 or higher installed on your machine.
- Clone the repository.
git clone git@github.com:configcat-labs/feature-flags-in-nestjs-sample.git- Navigate to the project directory and install the dependencies.
cd feature-flags-in-nestjs-sample
npm install-
Add your ConfigCat SDK Key to the
src/configcat.service.tsfile, and then add your feature flag key to theapp.controller.tsfile. -
Start the application.
npm run start:devUseful links to technical resources.
- ConfigCat - Feature flag and configuration management service.
- NestJS - A progressive Node.js framework for building efficient, reliable, and scalable server-side applications.
- ConfigCat SDK for Node.js - The official ConfigCat SDK for Node.js.
ConfigCat supports many other frameworks and languages. Check out the full list of supported SDKs here.
You can also explore other code samples for various languages, frameworks, and topics in ConfigCat labs on GitHub.
Keep up with ConfigCat on X, Facebook, LinkedIn, and GitHub.
Contributions are welcome!