Loading repository data…
Loading repository data…
Issaminu / repository
Projet PFE: Développement d'une application web de gestion du télévente.

As part of creating a solution that solves the multitude of problems faced by corporate sales departments, we designed and created a web application that centralizes the entire workflow of sales teams under a single roof.
An application that integrates all the responsibilities of the sales team managers, as well as their teleoperators, would be extremely beneficial to all companies, large or small. It would make workflows easier and faster, increase productivity and maximize value.
Our solution, hosted on the web at phone-jobing.issaminu.com allows sales team managers to manage their teleoperators, track their progress, performance and efficiency, as well as manage the inventory of all company products, and create call scripts to guide teleoperators through the sales process. And as for the teleoperators, it gives them access to an easy-to-use interface to help them make calls and record their results.
To learn more about the application, feel free to check out the application repport: https://bit.ly/3duGsDw (Note: Currently, it's only available in French)
Visit phone-jobing.issaminu.com to use the application.
Follow these steps to run this app locally:
git clone https://github.com/Issam-Boubcher/PhoneJobing.git.composer install and npm install.cp .env.example .env.AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_DEFAULT_REGION, AWS_BUCKET, AWS_USE_PATH_STYLE_ENDPOINT) in your .env file.DB_CONNECTION, DB_HOST, DB_PORT, DB_DATABASE, DB_USERNAME, DB_PASSWORD) in your .env file.php artisan key:generate.php artisan storage:link.php artisan migrate:fresh --seed.php artisan serve and open another terminal and CD to the repo then run npm run watch.