/nest-test-drive

Taking Nest for a spin!

Primary LanguageTypeScriptMIT LicenseMIT

nest-test-drive

Taking Nest for a spin!

Requirements

  • global prefix /api
  • health check endpoint
  • validation
    • body
    • header
    • query params
    • custom response format
  • typeorm
  • tests
  • documentation
  • wrap all responses with { data: [...] }

References