Skip to content

Latest commit

 

History

History
executable file
·
39 lines (26 loc) · 1.18 KB

README.md

File metadata and controls

executable file
·
39 lines (26 loc) · 1.18 KB

North Pole Project built with Node.js/Express and Twilio

Local Development

This project is build using Node.js and depends on MongoDB.

  1. First clone this repository and cd into it.

    $ git clone [email protected]:jarodreyes/north-pole-project.git
    $ cd north-pole-project
  2. Copy the sample configuration file and edit it to match your configuration.

    $ cp .env.example .env

    You can find your TWILIO_ACCOUNT_SID and TWILIO_AUTH_TOKEN in your Twilio Account Settings. You will also need a TWILIO_NUMBER, which you may find here. The AUTHY_API_KEY can be found here.

    Run source .env to export the environment variables.

  3. Start the server.

    $ npm start
  4. Check it out at http://localhost:3000.

Meta

  • No warranty expressed or implied. Software is as is. Diggity.
  • MIT License
  • Lovingly crafted by Twilio Developer Education.