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

https://github.com/previousdeveloper/open-versus

Scala, Akka, Docker experiment
https://github.com/previousdeveloper/open-versus

Last synced: 2 months ago
JSON representation

Scala, Akka, Docker experiment

Awesome Lists containing this project

README

        

# Open-Versus
[![Build Status](https://travis-ci.org/previousdeveloper/open-versus.svg?branch=master)](https://travis-ci.org/previousdeveloper/open-versus)

## Instruction

```bash
test: sbt clean test
compile: sbt clean compile
run: sbt run
```

```bash
docker build -t "web" .
docker-compose up
```

Mysql and web server is running !