Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Starter repository for the Introductions to API course
https://github.com/craigsdennis/intro-to-apis-node

express express-js glitch javascript nodejs tutorial-code vue vuejs

Last synced: 8 days ago
JSON representation

Starter repository for the Introductions to API course

Awesome Lists containing this project

README

        

# Example Application - Complimentr

This application is meant to be used with the [ 🎥 Introduction to APIs course](https://github.com/craigsdennis/intro-to-apis-course).

## Use this on Glitch

[Remix on Glitch](https://glitch.com/edit/#!/import/git?url=https://github.com/craigsdennis/intro-to-apis-node)

⚠️ 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](https://twilio.com) credentials.

## Running the application

* `npm install`
* `npm start`

### In Development mode

* Run [ngrok](https://ngrok.com/) on port 3000
* Visit your ngrok url!