Build
$ make build
Start mongodb container
$ make start
Stop mongo container
$ make stop
Unit tests
$ make test
Database integration tests
$ make integration
Api acceptance tests
$ make acceptance
Test all
$ make test-all
Generate/update cover
$ make cover
view cover html (xdg-open browser default)
$ make cover-html
https://www.slideshare.net/MarceloAymone/testando-apis-de-forma-unitria-mocando-as-dependncias
:D