@codrjs/mongo
v1.0.5
Published
A utility module to manage all mongodb connections.
Downloads
1
Readme
@codrjs/mongo
Purpose
This module is for defining and linking all entities stored in Mongo.
Getting started
### Clone the repository
git clone [email protected]:CodrJS/mongo.git
### Install the dependencies
yarn install
Environment
Necessary variables needed to run:
| Env var | Location | Required | Description |
| ----------- | ----------- | -------- | ------------------------------------------------------------------------- |
| MONGO_URI
| mongo.uri
| true
| MongoDB - server URL, please include username and password to this string |
TODO
- [ ] .