ashutosh1401 / intro-to-apis-node

Starter repository for the Introductions to API course

Home Page:https://github.com/craigsdennis/intro-to-apis-course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

Starter repository for the Introductions to API course

https://github.com/craigsdennis/intro-to-apis-course


Languages

Language:HTML 48.6%Language:CSS 38.0%Language:JavaScript 13.4%