Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 223 Bytes

readme.md

File metadata and controls

19 lines (13 loc) · 223 Bytes

ExpressApiTemplate

Template to quickly create API server using:

  • Node
  • Express 5
  • Typescript
  • Docker
  • ESLint
  • .ENV configuration

Supports:

  • Zod parameter checking
  • Http Error handling

Todo:

  • Add Jest tests