Skip to content

Repository files navigation

hello-express

Node CI

Latest release

Minimal Express demo. For a fuller template (more tests, workflows, docs), see my-node-app. This repo stays lean on purpose.

Run: npm run dev

Env: PORT=4000 in .env

API endpoints

Example routes served by the template app.

  • GET / -> Hello
  • GET /api/health -> { ok: true }
  • POST /api/echo -> echoes JSON body

Testing

  • npm test
  • npm run test:watch
  • npm run test:coverage
  • npm run coverage:open

References

Branch rules

  • Required checks: CodeQL, build
  • Strict up-to-date: ON
  • Do not require on create: ON
  • Ruleset JSON: docs/ruleset-main.json

Docs

Releases

About

Hello Express demo app from template: tests, CI, releases

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages

Generated from lizc-au/my-node-app