Mongoose models for alice-web and alice-eth projects


Keywords
alice, model
License
ISC
Install
npm install alice-model@3.0.0

Documentation

Mongoose models used in alice-web and alice-eth projects

Usage

After installing this package model can be included into js file

const user = require('alice-model/user');
const mail = require('alice-model/mail');

Tests

Just print in console npm test