Skip to content

Files

Latest commit

d74411c · Feb 24, 2021

History

History

07-feature-flags

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 31, 2019
Feb 24, 2021
Mar 24, 2020
Aug 31, 2019
Mar 24, 2020
Aug 31, 2019
Aug 31, 2019
Aug 23, 2020
Aug 31, 2019
Aug 31, 2019
Aug 23, 2020

Example 7 - Feature Flags

TODO

  • Need to add tags as an array type that is searchable
  • FeatureFlagSegment
  • UserSegment
  • featureFlagsForUser (CUSTOM QUERY)
  • Question: how long should keys be?

LaunchDarkly

Setup

Run yarn bootstrap && yarn start

Bootstrapping the App

Running DEBUG=* yarn bootstrap will do the following:

  • Install packages
  • Create the example DB
  • Seed the database with test data

Running the App

To run the project, run yarn start. This will:

  • Run the API server
  • Open GraphQL Playground