Customer relationship management app developed using Django framework. REST Framework that allows you to build web APIs. It has the functionality to manage customer records. It can be used for any kind of business to manage customers, and records, You can target a specific audience upon customer relationships, customer interest, and their details like addresses, phone numbers, etc.
To run the project locally, clone the repo, you must have Python's latest version installed, create a project directory, cd to the project directory, and create a virtual environment with the command " $ python3 -m venv env ", Activate the environment with the command " $ source env/bin/activate ". Install the Django framework with the command " (env) $ python -m pip install django ". Now setup the project with the command " (env) $ django-admin startproject ".