This is a feathersjs plugin for simply creating rest services from mongoose models.
- Keep your existing mongoose models and their advantages (constraints, validations, hooks)
- Use feathersjs for automatically creating rest services with a single line of code
- Full advanced rest features (sorting, filtering, paging, populating, selecting)
- Compatible with the latest versions of feathersjs (1.x)
Coming very soon
This work was initially inspired by:
- the official feathers-mongo plugin
- the initial feathers-mongoose plugin