Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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:)
- Host: GitHub
- URL: https://github.com/jroliveira/boo-api
- Owner: jroliveira
- License: mit
- Created: 2017-03-06T14:49:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-16T16:17:02.000Z (almost 8 years ago)
- Last Synced: 2024-12-03T04:32:45.403Z (2 months ago)
- Topics: akka, akka-http, cake-pattern, feature-toggle, mongodb, scala
- Language: Scala
- Homepage: https://boo-api.herokuapp.com
- Size: 1020 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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