0.0.10 • Published 9 years ago

mongoose-generic-api v0.0.10

Weekly downloads
1
License
ISC
Repository
github
Last release
9 years ago

Mongoose Generic API

Automatically creates Express RESTful API service by Mongoose schemas.

Version

0.0.1

Tech

The project uses a number of open source projects to work properly:

  • node.js - evented I/O for the backend
  • Express - fast node.js network app framework
  • Mongoose - elegant mongodb object modeling for node.js

Installation

First you need to download and install node.js.

$ npm i

Tests

Server API tests

$ mocha

License

MIT