Generic Rest API implementation in Javascript using NodeJS


Keywords
api, rest, crud, json, scaffolding, nosql, sql
License
GPL-3.0
Install
npm install nbo-rest@3.4.7

Documentation

node-rest

RESTful API implementation in Javascript with NodeJS

Warning: Do not use in production environment /!\

Out of the box features

  • RESTful API endpoints scaffolded for any database table or document schema
  • CRUD middleware with adapter for any database
  • ACL middleware with different behaviors (like restricting objects attributes scope or restrict the scope to the user)

Installation

npm install nbo-rest -S