UNPKG

jsonapi-server-mini

Version:

Minimalistic JSON:API server for Node.js and MongoDB

9 lines (7 loc) 118 B
module.exports = ({mongoose}) => ({ schema : new mongoose.Schema({ name : String }), create : {}, find : {} })