Skip to content

Projet PFE: Développement d'une application web de gestion du télévente.

Notifications You must be signed in to change notification settings

Issaminu/PhoneJobing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Repository files navigation

Phone Jobing

thumnail

About

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)

Application link

Visitphone-jobing.issaminu.comto use the application.

Local deployement

Follow these steps to run this app locally:

  1. Clone the repo withgit clone https://github.com/Issam-Boubcher/PhoneJobing.git.
  2. CD to the repo and runcomposer installandnpm install.
  3. Runcp.env.example.env.
  4. Provide your Amazon S3 connection variables (AWS_ACCESS_KEY_ID,AWS_SECRET_ACCESS_KEY,AWS_DEFAULT_REGION,AWS_BUCKET,AWS_USE_PATH_STYLE_ENDPOINT) in your.envfile.
  5. Provide your database's connection variables (DB_CONNECTION,DB_HOST,DB_PORT,DB_DATABASE,DB_USERNAME,DB_PASSWORD) in your.envfile.
  6. Runphp artisan key:generate.
  7. Runphp artisan storage:link.
  8. Runphp artisan migrate:fresh --seed.
  9. Runphp artisan serveand open another terminal and CD to the repo then runnpm run watch.
  10. Visithttp://localhost:8000to use the application locally.