Skip to content

openshift-roadshow/mlbparks-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MLBParks backend application (Python)

This application is a backend that provides geolocation information about MLBParks. The information is stored in a mongodb

Installation

Assuming you’re using the project <roadshow>:

oc new-project roadshow
oc create -f ./ose3/application-template.json
oc new-app mlbparks-py

There’s some options that can be parameterized:

  • APPLICATION_NAME: Name of the application

  • APPLICATION_HOSTNAME: Hostname/route to access your application

Example:

oc new-app mlbparks-py -p APPLICATION_HOSTNAME=mlbparks-roadshow.127.0.0.1.xip.io

About

Backend component for displaying MLB parks (Python).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages