Skip to content

Sample Employee CRUD application with Node.js, Express and MongoDB

Notifications You must be signed in to change notification settings

sleshchenko/NodeJS-Sample-App

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Sample Employee CRUD application with Node.js, Express and MongoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 52.6%
  • Pug 19.6%
  • CSS 12.2%
  • Stylus 10.9%
  • Shell 2.5%
  • Dockerfile 2.2%