https://github.com/aleksandryackovlev/featurist
Service for managing feature toggles
https://github.com/aleksandryackovlev/featurist
feature-flags feature-toggle featurist postgresql tbd typeorm typescript
Last synced: 3 months ago
JSON representation
Service for managing feature toggles
- Host: GitHub
- URL: https://github.com/aleksandryackovlev/featurist
- Owner: aleksandryackovlev
- License: mit
- Created: 2020-08-26T19:26:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-15T17:42:26.000Z (about 5 years ago)
- Last Synced: 2025-12-26T15:07:49.617Z (7 months ago)
- Topics: feature-flags, feature-toggle, featurist, postgresql, tbd, typeorm, typescript
- Language: TypeScript
- Homepage:
- Size: 1.81 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Feature toggle service
[](https://codeclimate.com/github/aleksandryackovlev/featurist/maintainability)
[](https://github.com/aleksandryackovlev/featurist/actions)
[](https://codecov.io/gh/aleksandryackovlev/featurist)
## Requirements
node.js >= 12
PostgreSQL >= 11
docker
docker-compose
make
## Running the app
```bash
# development
$ make start-dev
# production mode
$ npm run start:prod
```
## Test
```bash
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
```