Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 828 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 828 Bytes

Employee Database

A sample Employee Database CRUD application with Node.js, Express and MongoDB.

Requirements

  • Node
  • Express
  • MongoDB

Implementation Instructions

How to build docker image

docker build -t quay.io/sleshche/employee-manager:latest .

How to run the application

Kubernetes

kubectl apply -f deploy_k8s.yaml

OpenShift

oc apply -f deploy_k8s.yaml

Contact

Jason Everett