Skip to content

aleksandryackovlev/featurist

Repository files navigation

Feature toggle service

Maintainability Build Status codecov

Requirements

node.js >= 12

PostgreSQL >= 11

docker docker-compose make

Running the app

# development
$ make start-dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov