Skip to content

reemaymann/node-hello-world

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Hello World

Simple node.js app that servers "hello world"

Great for testing simple deployments to the cloud

Features

  • Node.js Express web server
  • Dockerized application with custom Dockerfile
  • Terraform-based deployment using the Docker provider
  • GitHub Actions for CI/CD
  • Integrates with New relic for monitoring

Prerequisites

Ensure you have the following tools installed:


Setup Instructions

1. Clone the Repository

git clone https://github.com/your-username/node-hello.git
cd node-hello

2. Run locally with Docker

docker build -t node-hello .
docker run -p 3000:3000 node-hello

3. Deploy with Terraform

terraform init
terraform plan
terraform apply

visit

http"//localhost:3000

Run It

npm start

About

Hello World for Node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%