Skip to content

vitaut7/node-crm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-crm

@author: em3rg3
@version: v1.0.0

CRM written in Node.js

INSTALLATION

  1. Install packages from package.json
  2. Copy config.js.sample to config.js

To enable email registration and verification, change ENABLE_EMAIL_REGISTRATION to true in config.js. This will send out verification email during registration.

To start, node app.js

For development it is recommended to use nodemon package (sudo npm -g install nodemon): nodemon app.js

About

CRM written in Node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published