@bebusinessfocus/mongo-db

Run a Local mongo database, for instance with Docker

Usage no npm install needed!

<script type="module">
  import bebusinessfocusMongoDb from 'https://cdn.skypack.dev/@bebusinessfocus/mongo-db';
</script>

README

mongo-db

CircleCI

Test

Run a Local mongo database, for instance with Docker

$ docker run --rm -ti -d --name mongo -p 27017:27017 -v `pwd`/data/db/:/data/db mongo:4.4

Run test with

$ npm test

License

Licensed under the MIT License

A copy of the license is available in the repository's LICENSE file.