This project is build using Node.js and depends on MongoDB.
-
First clone this repository and
cd
into it.$ git clone [email protected]:jarodreyes/north-pole-project.git $ cd north-pole-project
-
Copy the sample configuration file and edit it to match your configuration.
$ cp .env.example .env
You can find your
TWILIO_ACCOUNT_SID
andTWILIO_AUTH_TOKEN
in your Twilio Account Settings. You will also need aTWILIO_NUMBER
, which you may find here. TheAUTHY_API_KEY
can be found here.Run
source .env
to export the environment variables. -
Start the server.
$ npm start
-
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.