eis-module-mongodb
v0.0.15
Published
The built-in mongodb (mongoose) driver module of EIS.
Downloads
2
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
- Download the EIS backend starter kit.
- In the starter kit project, add this module as dependency by running '
yarn add eis-module-mongodb
'. - Install dependencies by running '
yarn install
'. - Run the starter kit project by running '
yarn start
'.