Skip to content

sw-tracker/flagsmith-visual-demo

Repository files navigation

flagsmith-visual-demo

Running the Java Apps

mise install

Linux / Mac

If you run on Linux or Mac, follow these steps:

# start a single app instance
make j-start
# start multiple instances
make j-all

To run a bunch of apps, use this script. This script:

  • builds the app (mvn command)
  • launches apps
  • if you type q, it will kill all apps and terminate

Windows

If you run on Windows, follow these steps:

To run the project: mvn compile exec:java

To create a fat jar:

mvn compile package
java -jar shade\hellofx.jar

Running the Feature Flag System

Flipt

brew install flipt-io/brew/flipt
flipt validate features.yml
# Run Flipt locally
make flipt-start

Flagsmith

  • Start Flagsmith

    # Run Flagsmith locally
    make fs-start
  • Create an account

  • Create an organisation and a project

  • Get the API key for the project and save it in PROJECT_ENV_KEY

  • Start the JavaFX applications

  • UI: http://localhost:8000

  • API: http://localhost:8000/api/v1/

Unleashed

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published