Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jroliveira/boo-api

Boo (api)(:ghost:)
https://github.com/jroliveira/boo-api

akka akka-http cake-pattern feature-toggle mongodb scala

Last synced: 2 days ago
JSON representation

Boo (api)(:ghost:)

Awesome Lists containing this project

README

        

# boo (api)

[![CircleCI](https://circleci.com/gh/jroliveira/boo-api.svg?style=svg)](https://circleci.com/gh/jroliveira/boo-api)
[![Build Status](https://travis-ci.org/jroliveira/boo-api.svg?branch=master)](https://travis-ci.org/jroliveira/boo-api)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/894774e2458342f5b6387fd0d6739f98)](https://www.codacy.com/app/jroliveira/boo-api?utm_source=github.com&utm_medium=referral&utm_content=jroliveira/boo-api&utm_campaign=badger)
[![Codacy Badge](https://api.codacy.com/project/badge/Coverage/894774e2458342f5b6387fd0d6739f98)](https://www.codacy.com/app/jroliveira/boo-api?utm_source=github.com&utm_medium=referral&utm_content=jroliveira/boo-api&utm_campaign=Badge_Coverage)
[![License: MIT](http://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

Boo (api) is an open source project written in Scala (Akka HTTP) that implements technique Feature Toggle.

### Installing

``` bash
$ git clone https://github.com/jroliveira/boo-api.git
```

### Running tests

``` bash
$ sbt
> test
```

### How to use it

``` bash
$ sbt
> run
```

### Contributions

1. Fork it
2. git checkout -b
3. git add --all && git commit -m "feature description"
4. git push origin
5. Create a pull request