Simple node.js app that servers "hello world"
Great for testing simple deployments to the cloud
- 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
Ensure you have the following tools installed:
git clone https://github.com/your-username/node-hello.git
cd node-hellodocker build -t node-hello .
docker run -p 3000:3000 node-hello
terraform init
terraform plan
terraform apply
visit
http"//localhost:3000
npm start