Skip to content

PavanMakadia/node-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-server

NodeJs Simple Application

NodeJS simple application with health api, logging, routes, middlewars like compression convict and implemented with Express.

Install Dependencies

npm install

Start Application with

node server --env development

To Run With Docker

Build the image

Docker build -t node-server:v1 .

Run the Container

Docker run -p 9000:9000 -it node-server:v1

Health API URL

http://localhost:9000/health

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published