douscrm
v1.0.2
Published
NodeJS CRM system
Downloads
61
Maintainers
Readme
douscrm
NodeJS opensource CRM system.
For start the project you can download it and start with
npm start
If you like create a bundle add the dependency
npm install douscrm
And in your application add:
var douscrm = require('douscrm');
Currently the project start with require it. In future return the core for working with plugins and configurations.