Skip to content

jarodreyes/northpoleproject

Repository files navigation

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 git@github.com: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.

About

Have Santa give you a ring!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published