Employee Database
A sample Employee Database CRUD application with Node.js, Express and MongoDB.
Requirements
- Node
- Express
- MongoDB
Implementation Instructions
- A Sample App with Node.js, Express and MongoDB – Part 1
- A Sample App with Node.js, Express and MongoDB – Part 2
How to build docker image
docker build -t ijason/nodejs-sample .
How to run the application
Kubernetes
kubectl apply -f k8s.yaml
OpenShift
oc apply -f k8s.yaml
Contact
Jason Everett