andrewlaidlaw / qod-web

Quote of the Day Web tier

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

qod-web

Quote of the Day web front end

Ports

This web service listens on port 8080. Please set the service for this deployment to use port 8080, and to open any route or ingress to use this port too. This is the default for deployments through OpenShift.

Environment Variables

This deployment requires a single environment variable to access the qod-api deployment:

  • QOD_API_URL - the URL of the API service for the Quote of the Day application, usually 'http://' then the name of the service and the port (ie http://qod-api:8080)

About

Quote of the Day Web tier

License:MIT License


Languages

Language:JavaScript 93.9%Language:CSS 4.3%Language:HTML 1.1%Language:EJS 0.5%Language:Dockerfile 0.1%Language:Shell 0.1%