Dockerized REST API example which uses Mongo, Aclify, Express, Pagination, JWT, Celebrate...
Simple Dockerized API which uses Mongo, Aclify, Express, Pagination, JWT, Celebrate…
All tests are dockerized.
$ yarn docker:run:test
Development environment is dockerized too.
$ yarn docker:run:development
http://127.0.0.1:3000
Run using yarn <script>
command.
lint - Eslint + prettier check.
lint:fix - Eslint + prettier auto fixing.
test - Run tests with coverage.
build - Compile source files.
build:watch - Interactive watch mode, compile sources on change.
docker:wait - Wait until stack will be ready.
docker:run:development - Runs development environment.
docker:run:test - Runs tests.
docker:init:development - Initialize development environment.
docker:init:test - Initialize test environment.