alice-model
v3.0.0
Published
Mongoose models for alice-web and alice-eth projects
Readme
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');