Skip to content

g-elfling/nodejs-example

 
 

Repository files navigation

nodejs-example

This is a simple Node.js example project with generic types of functionalities that are likely to be part of an arbitrary real-life Node.js project.

The application is primarily intended to be used in conjunction with the Banzai Cloud's Pipeline CI/CD flow, to demonstrate the benefits of enabling the flow in case of an arbitrary Node.js application

The Application

The application implements basic CRUD operations related to an imaginary user. Users are stored in a database (external to the application).

Besides the imaginary user CRUD API, the application also exposes an endpoint for health retrieval on the same port.

Metrics information are exposed on a separate port.

Application image

The project contains a docker file that describes how the application is "containerized"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.8%
  • Dockerfile 2.2%