Sign inSign up

ogulcanaydogan/express-starter

By ogulcanaydogan

Updated 8 months ago

Production-ready Node.js/TypeScript Express API template

Image
0

1.3K

ogulcanaydogan/express-starter repository overview

Express Starter

Production-ready Express.js boilerplate with best practices baked in.

Quick Start

docker run -d -p 3000:3000 ogulcanaydogan/express-starter

Features

  • Express.js with structured routing
  • Error handling middleware
  • Health check endpoint
  • Environment configuration
  • Security headers (Helmet)
  • CORS enabled

Environment Variables

VariableDescriptionDefault
PORTServer port3000
NODE_ENVEnvironmentproduction

Endpoints

  • GET / - Welcome message
  • GET /health - Health check

Extend

FROM ogulcanaydogan/express-starter
COPY ./src /app/src

License

MIT

Tag summary

Content type

Image

Digest

sha256:726e99c90

Size

48.3 MB

Last updated

8 months ago

docker pull ogulcanaydogan/express-starter