Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (15 loc) · 987 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 987 Bytes

npm

express-controllers-samples

Samples, which are show, how to use @egodigital/express-controllers module.

Samples

Name Description
Quick start A quick start sample.
Error handling Demonstrates, how to implement custom error handling.
Middlewares How to implement controller-wide middleware(s).
Serialize Shows, how to use serializers.
Authorize Shows the use of @Authorize() decorator.
Swagger Swagger example.
Parameters Example API, that shows how to categorize endpoints via parameters.
TODO list A TODO list.
Value list A value list.