Skip to content

opapito/intro-to-apis-flask

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 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

Local Installation

Copy .env.example to .env 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!

About

Starter repository for the Introductions to API course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 51.1%
  • HTML 22.2%
  • Python 18.0%
  • Shell 8.7%