/intro-to-apis-flask

Starter repository for the Introductions to API course

Primary LanguageCSS

Example Application - Complimentr

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

Use this on Glitch

Remix on Glitch

Local Installation

Create a .env file and update it with your Twilio credentials.

Running the application

  • python -m venv .venv
  • source ./.venv/bin/activate
  • pip install -r requirements.txt
  • FLASK_ENV=development flask run

In Development mode

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