UNPKG

jsonapi-server-mini

Version:

Minimalistic JSON:API server for Node.js and MongoDB

10 lines (8 loc) 135 B
module.exports = ({mongoose}) => ({ schema : new mongoose.Schema({ name : String, email : String }), create : {}, find: {} })