项目作者: aleksandryackovlev

项目描述 :
Service for managing feature toggles
高级语言: TypeScript
项目地址: git://github.com/aleksandryackovlev/featurist.git
创建时间: 2020-08-26T19:26:01Z
项目社区:https://github.com/aleksandryackovlev/featurist

开源协议:MIT License

下载


Feature toggle service

Maintainability
Build Status
codecov

Requirements

node.js >= 12

PostgreSQL >= 11

docker
docker-compose
make

Running the app

  1. # development
  2. $ make start-dev
  3. # production mode
  4. $ npm run start:prod

Test

  1. # unit tests
  2. $ npm run test
  3. # e2e tests
  4. $ npm run test:e2e
  5. # test coverage
  6. $ npm run test:cov