Open-CRM is an Open Source Client Relationship Management (CRM) web-application that allows to create a 360Β° view of your customers across multiple channels, organize the sales pipeline, manage account and contact information.
β Demo | https://open-source-projct.herokuapp.com
Bash scripts
cd /client && npm install
cd /server && npm install
variables.env file in /server
SECRET=supersSecret123
MONGOURI=mongodb://localhost/clients
Start commands
cd /client && npm start
cd /server && npm start
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.