Skip to content

craigsdennis/intro-to-apis-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Application - Complimentr

This application is meant to be used with the 🎥 Introduction to APIs course.

Use this on Glitch

Remix on Glitch

⚠️ Several students have reported that cloning erroneously sets up a default Glitch application. If this happens to you, in the Glitch app that is created choose Tools >> Extras >> Git Import and Export >> Import from GitHub when prompted enter craigsdennis/intro-to-apis-node

Local Installation

Copy .env.example to .env and update it with your Twilio credentials.

Running the application

  • npm install
  • npm start

In Development mode

  • Run ngrok on port 3000
  • Visit your ngrok url!