Skip to content

RedHatWorkshops/openshiftv4-odo-workshop-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Concession-kiosk-Back-End

This is the Back-End component for the concession kiosk application. The Back-End 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 Back-End components, you'll provide the Back-End service name (backend) and port (8080) to the frontend as environment variables.

About

This is the Back-End nodejs app used for odo workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published