Skip to content

openshift-roadshow/concession-kiosk-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

concession-kiosk-backend

This is the backend component for the concession kiosk application. The backend is written using Node.js and Express and will serve as the intermediary between the frontend and the database.

How to Deploy on OpenShift

oc new-project concession-kiosk
oc new-app https://github.com/jankleinert/concession-kiosk-backend --name backend

To link the frontend and backend components, you'll provide the backend service name (backend) and port (8080) to the frontend as environment variables.

About

Backend code for the Concession Kiosk demo application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published