This application provides a user interface for customer service agents, displaying essential call information.
- Node.js
- npm
-
Clone the repository.
git clone https://github.com/Nikhilesh-B/ivr-frontend.git
-
Navigate to the project directory.
cd frontend_ivr -
Install all dev dependencies:
npm install
-
Start the websocket:
node websocketServer.js
-
Run the application:
npm run dev
The application will be hosted at http://localhost:3000.
- Ensure the backend server from the
SMART_IVRrepository is up and running. - For testing, first navigate to the
SMART_IVRdirectory and run theaudio_extract_test.pyfile located there.
Anytime we make a change to include a new reducer, to ensure that we have that state populated on login, we would need to change the summary.tsx file.