Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 536 Bytes

File metadata and controls

17 lines (13 loc) · 536 Bytes
  • returning a custom dto (ie. hiding some data, or forcing a return on delete/put)

  • accepting a custom dto

  • validations - best practices

  • query params - best practices

  • 5, 6creating nested records

  • returning nested records (relations)

  • DI -> with a custom slugify + unqiue constraint

  • Authentication

  • many to many example with additional data

  • [] EF -> adding postgres / env variables

Further reading

  • dependency injection (slugify) - services
  • attributes / decorators / introspection