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
- Host: GitHub
- URL: https://github.com/devopsmariocom/ddddemo
- Owner: devopsmariocom
- License: isc
- Created: 2016-09-11T20:48:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-11T20:56:10.000Z (over 9 years ago)
- Last Synced: 2025-02-25T00:07:17.681Z (about 1 year ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```