When a new user signs up for your application, you want to make sure their contact information is accurate. You also like to have some assurance they are in fact a human being! You want to make sure that every new user account in your system is an actual person you can serve.
This project is build using Node.js and depends on MongoDB.
-
First clone this repository and
cdinto it.$ git clone git@github.com:TwilioDevEd/account-verification-node.git $ cd warm-transfer-node -
Copy the sample configuration file and edit it to match your configuration.
$ cp .env.example .env
You can find your
TWILIO_ACCOUNT_SIDandTWILIO_AUTH_TOKENin your Twilio Account Settings. You will also need aTWILIO_NUMBER, which you may find here. TheAUTHY_API_KEYcan be found here.Run
source .envto export the environment variables. -
Start the server.
$ npm start
-
Check it out at http://localhost:3000.
-
Make sure Docker and docker-compose are installed.
-
Set the required environments variables.
-
Finally, run the following commands to start your Docker containers.
$ docker-compose up -d -
Check it out at http://localhost:3000.
- No warranty expressed or implied. Software is as is. Diggity.
- MIT License
- Lovingly crafted by Twilio Developer Education.
