eis-module-mongodb

The built-in mongodb (mongoose) driver module of EIS.

Usage no npm install needed!

<script type="module">
  import eisModuleMongodb from 'https://cdn.skypack.dev/eis-module-mongodb';
</script>

README

EIS-module-mongodb

This is the mongodb (mongoose) module for the EIS system backend. It cannot be used without the EIS backend starter kit.

Usage

  1. Download the EIS backend starter kit.
  2. In the starter kit project, add this module as dependency by running 'yarn add eis-module-mongodb'.
  3. Install dependencies by running 'yarn install'.
  4. Run the starter kit project by running 'yarn start'.