Skip to content

ivanovladyslav/node24-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node24-template

Simple Node.js 24 + Express template.

Run

npm install
npm start      # http://localhost:3000
npm run dev    # watch mode

Endpoints

  • GET / — landing page (live node version + uptime)
  • GET /api — hello + node version (JSON)
  • GET /health — health check

Docker

docker build -t node24-template .
docker run -p 3000:3000 node24-template

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors