Follow the steps below to set up the Sales Call Intelligence Tool on your local machine.
First, create a virtual environment to manage your project's dependencies
python3 -m venv environment_name
Next, activate the virtual environment
source environment_name/bin/activate
Install the necessary packages listed in requirements.txt
pip3 install -r requirements.txt
To manage your Django application, create a superuser account
python3 manage.py createsuperuser
You will be prompted to enter a username, email address, and password.
Finally, start the Django development server
python3 manage.py runserver
You can access your application at http://127.0.0.1:8000/auditor.