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

https://github.com/devopsmariocom/ddddemo

Docker Driven Development Example
https://github.com/devopsmariocom/ddddemo

Last synced: about 1 year ago
JSON representation

Docker Driven Development Example

Awesome Lists containing this project

README

          

Open API test
=============

## Build

*Necessary step to build docker image with node_modules backed in*

```bash
$ soos -b
```

## Start

```bash
$ soos
```

## Test

```bash
$ soos -c npm run test:watch
```