Skip to content

zdravhub/qod-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qod-api

Quote of the Day API


Important

This fork is used for Kubernetes deployment

For OpenShift deployment use original repo at https://github.com/dpkshetty/qod-api


Ports

This API service listens on port 8080. Please set the service to use port 8080, either when deploying from Dockerfile or Source-to-image, or by editing the service definition after deployment.

Environment Varaiables

Required environment variables that are required to connect to the database tier:

  • DB_HOST - the hostname or IP address of the database instance, assuming use of port 3306
  • DB_USER - the username of a user with access to the database (qod-db deployment uses user)
  • DB_PASS - the password for the user above (qod-db deployment uses pass)

Notes

About

Quote of the Day API tier

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.5%
  • Shell 2.5%
  • Dockerfile 2.0%