Welcome to Mongify’s documentation!

Mongify is a Rapid Rest API development module for Node JS.

Mongify augments Restify Node servers, adding a state-full data layer and best-practise REST schema.

Mongify uses Mongo DB (Mongoose ODM) as it’s data layer.

How It Works

Mongify is based on self-defining routes. All you need to do is define data models for Mongoose, create instances of Mongoose and Restify, and finally attach Mongify to the Restify server, injecting the Mongoose object as a dependency.

You may also optionally override resource definitions to handel custom data logic such as building custom DB queries.

Indices and tables

```PHP class TestClass {

}```