Skip to content

RouteInjector/route-injector

Repository files navigation

Route Injector

Build Status Code Climate npm version

Web framework to quick bootstrap CRUD applications for node

Installation

$ npm install route-injector

Documentation

Documentation can be found here.

Features

  • Focus on prototyping
  • Automatic generation for framework entities
  • Administration panel
  • API Documentation
  • Extend functionality by plugins

Development

It is possible to link this package to projects to test new functionalities or debug route-injector on other existing projects. To do this you require at least node 6.

  1. Creating the linking reference. On route-injector directory (where you have cloned this framework) run:
# npm link
  1. On the project that you want to use the cloned instance, just run the following command.
# npm link route-injector
  1. Now, in order to make peer dependencies work (mongoose) you must execute your application as the next command. Again, this requires node 6
# node --preserve-symlinks bin/www 

About us

This framework has been designed and programmed by alterAid and Ondho