route-injector
v2.1.61
Published
RouteInjector
Downloads
19
Readme
Route Injector
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.
- Creating the linking reference. On route-injector directory (where you have cloned this framework) run:
# npm link
- On the project that you want to use the cloned instance, just run the following command.
# npm link route-injector
- 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