ABFeature

Feature management made easy.

Build Status

Dependencies

  1. Golang 1.9 or higher
  2. Postgres
    • SQLite is possible, but not recommended
  3. Go Deb
  4. GPG
  5. Mockery
    • To regenerate mocking code
  6. Docker (optional)

How to run

  1. Run dep ensure
dep ensure
  1. Unencrypt the config file
make config
  1. Run the server
make run

Running Tests

  1. Make mocks (Optional)
make gen-mocks
  1. Run tests
make tests