haf-tech / blueprint-nodejs

Blueprint: Node.js application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blueprint: Node.js

Overview

This is simple blueprint for a Node.js application with helpful libraries.

Usage

This repository is defined as GitHub Template. Create an own repo using this as template.

Startup

$ npm start

Changelog

Version Note

0.1

Initial

Libraries

Lib Version Note

axios

0.19.2

Successor of the request lib

express

4.7.12

Express, web

express-prom-bundle

6.0.0

Prometheus, to expose metrics

prom-client

12.0.0

Prometheus client

morgan

1.10.0

Logger

License

This article is licensed under the Apache License, Version 2. Separate third-party code objects invoked within this code pattern are licensed by their respective providers pursuant to their own separate licenses. Contributions are subject to the Developer Certificate of Origin, Version 1.1 and the Apache License, Version 2.

See also Apache License FAQ .

About

Blueprint: Node.js application

License:Apache License 2.0


Languages

Language:JavaScript 79.9%Language:Dockerfile 20.1%