Skip to content

splitio-examples/modular-node-express-example

 
 

Repository files navigation

Start the application locally

First install npm dependencies by:

npm install

Start the server on http://localhost:3000 with:

npm run serve

Feel free to use curl or any REST client against API endpoints.

How to test specific parts of the article?

There are 4 major commits inside this repo:

  • step 1 -> codebase state after setting up Express server, in-memory database and CRUD endpoints
  • step 2 -> codebase state after adding split and introducing feature flag branching
  • step 3 -> codebase state after moving split logic into service
  • step 4 -> codebase state after making treatment service a dependecy of albums service

Feel free to checkout any of these commits to test behaviour according to certain part of the tutorial.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%