Installation

Prerequisites

You should install:

  • NodeJS v.4.7.0, v.5.12.0, v.6.9.2
  • MongoDB v.3.2.11+

Installing with npm:

npm install ---save merest

merest doesn't install Mongoose or Express in production environment. It is crucial to embed API into your project correctly. You should to install these components by yourself.

Recommended components:

npm install --save mongoose express body-parser method-override

Development

git clone https://github.com/DScheglov/merest
cd merest
npm install
npm test


< Previous (merest) | Next (Cook-book) >