Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.
/ hello-nodejs Public archive
forked from bluetechy/NodeJS-Project

This is a sample NodeJS project.

Notifications You must be signed in to change notification settings

Unicity/hello-nodejs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

NodeJS-Project

This is a sample "hello world" NodeJS project.

To startup the service graph:

  • cd services/service-graph
  • make dc-graph-up-d

To call the frontend application:

  • curl -X GET http://localhost:48080

To shutdown the service graph:

  • cd services/service-graph
  • make dc-graph-down

About

This is a sample NodeJS project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 69.4%
  • Dockerfile 19.9%
  • JavaScript 10.7%