https://github.com/ranvir91/nodejs-phone-validator
validates the phone number and sends verification code using twilio sdk
https://github.com/ranvir91/nodejs-phone-validator
bcrypt cors expressjs jsonwebtoken mongodb-atlas mongoose nodejs nodemon serverless-http twilio-sms-api
Last synced: about 1 month ago
JSON representation
validates the phone number and sends verification code using twilio sdk
- Host: GitHub
- URL: https://github.com/ranvir91/nodejs-phone-validator
- Owner: ranvir91
- Created: 2024-12-14T04:32:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-15T10:43:18.000Z (over 1 year ago)
- Last Synced: 2025-05-06T00:08:35.667Z (11 months ago)
- Topics: bcrypt, cors, expressjs, jsonwebtoken, mongodb-atlas, mongoose, nodejs, nodemon, serverless-http, twilio-sms-api
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nodejs-phone-validator
validates the phone number and sends verification code using twilio sdk
# how to run application
- clone the project repo
- navigate to directory and run - npm install
- now run command - npm index.js or nodemon
- open this link in browser - http://localhost:8002/api/v1/health
- thats it, you are done
- Thanks you so much