A simple sms and call application. User's basically can send free sms and make a free call. Powered by Twilio API.
To clone the repository, use the following commands:
git clone https://github.com/Arianejay/Peer-SMS-Call-React-NodeJS.git
cd client
npm install
cd server
npm install
dev
- runs the app
- Fix call function
- Fix maximum character count
// server
TWILIO_ACCOUNT_SID="XXXXXX"
TWILIO_AUTH_TOKEN="XXXXXX"
TWILIO_PHONE_NUMBER="+XXXXXX"
TWILIO_API_KEY="XXXXXX"
TWILIO_SECRET="XXXXXX"
TWILIO_APP_SID="XXXXXX"