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

https://github.com/jhsc/microservice-example

Microservice architecture example
https://github.com/jhsc/microservice-example

docker docker-compose microservice

Last synced: 7 months ago
JSON representation

Microservice architecture example

Awesome Lists containing this project

README

          

# Run with Docker
```
$ docker-compose run --rm -p 8081:8081 -v ${PWD}:/usr/src/app todos-api sh
```
## Inside container
```
$ npm start
```