- Notifications
You must be signed in to change notification settings - Fork4
RouteInjector/route-injector
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Web framework to quick bootstrap CRUD applications fornode
$npminstallroute-injector
Documentation can be foundhere.
- Focus on prototyping
- Automatic generation for framework entities
- Administration panel
- API Documentation
- Extend functionality by plugins
It is possible to link this package to projects to test new functionalities or debug route-injector on other existing projects. To do this yourequire at least node 6.
- Creating the linking reference. On route-injector directory (where you have cloned this framework) run:
#npmlink
- On the project that you want to use the cloned instance, just run the following command.
#npmlinkroute-injector
- Now, in order to make peer dependencies work (mongoose) you must execute your application as the next command. Again, thisrequires node 6
#node--preserve-symlinksbin/www
This framework has been designed and programmed byalterAid andOndho
About
RouteInjector CRUD prototyper
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors4
Uh oh!
There was an error while loading.Please reload this page.