This is Customer relationship management system which helps users to manage relationships and interactions with the customer and assign them to agents efficiently
Create a local copy of this git repository with git clone
command.
$ git clone https://github.com/dhavall13/CRM-System.git
Create a Virtual Enviornment with the virtualenv
module.
$ virtualenv .
Once you’ve created a virtual environment, you may activate it.
$ source scripts/activate
Now, install the requirements from the requirements.txt
file.
$ pip install -r requirements.txt
Now, apply the migrations with the management command.
$ python manage.py migrate
Finally, start the developement server with the management commnad.
$ python manage.py runserver
Dashbord
Leads
Profile
Agents
This project is licensed under the MIT License - see the LICENSE file for details