Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/craigsdennis/intro-to-apis-node
- Owner: craigsdennis
- Created: 2019-10-01T19:26:23.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T07:51:40.000Z (almost 2 years ago)
- Last Synced: 2024-10-30T15:58:16.675Z (15 days ago)
- Topics: express, express-js, glitch, javascript, nodejs, tutorial-code, vue, vuejs
- Language: HTML
- Homepage: https://github.com/craigsdennis/intro-to-apis-course
- Size: 33.2 KB
- Stars: 34
- Watchers: 2
- Forks: 68
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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!