Web app to make call from any phone number to anywhere using Plivo platform.
Create and update backend/.env
file with the required before staring the backend.
PLIVO_AUTH_ID=
PLIVO_AUTH_TOKEN=
CALL_BACK_BASE_URL=
DB_USER=
DB_PASS=
DB_PORT=
DB_DATABASE=
DB_HOST=
cd backend
ngrok http 5000
Use backend/databse.sql
script to create the required database and table
cd backend
npm start
cd frontend
npm start