Eoko base models used for api
$ npm install --save eoko-api-models
All configuration must be done using env
variables. A sample file .env.dist
can be found in the project root.
var eokoApiModels = require('eoko-api-models');
eokoApiModels('Rainbow');
Test are ran against mongo database. You can use a docker image to do that :
$ docker pull mongo
All test configuration can be done using env
variables. A sample file
is already configured in /tests/.env
.