hapi-devine-api
v0.1.3
Published
🔧 This Hapi plugin generates API routes based on Mongoose schemas
Downloads
3
Readme
hapi-devine-api
Description
🔧 This Hapi plugin generates API routes based on Mongoose schemas
!!! USE THIS IN COMBINATION WITH 'hapi-devine-mongodb' !!!
Install hapi-devine-api
yarn add hapi-devine-api
Usage
Register it after hapi-devine-mongodb
server.register({
register: require(`hapi-devine-api`)
}, pluginHandler);
add api: true
to your schema exports, see hapi-devine-mongodb
const schema = {
// ...
}
module.export = {
schema,
api: true
}
License
MIT