Skip to content

tdevsin/nodejs-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Node.js Docker App

This is a simple Node.js application used for Docker and Kubernetes exercises.

Application Structure

  • app.js: The main Node.js application file.
  • package.json: Defines project metadata and dependencies.

How to Run Locally (without Docker)

  1. Install Dependencies:

    npm install
  2. Start the Application:

    npm start

The application will be accessible at http://localhost:3000.

How to Containerize (for Exercises)

This application is designed to be containerized using Docker. You will typically create a Dockerfile in this directory to build a Docker image for this application.

About

This is a sample nodejs application for the course.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published