This module is for defining and linking all entities stored in Mongo.
### Clone the repository
git clone git@github.com:CodrJS/mongo.git
### Install the dependencies
yarn installNecessary 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 |
- .