/nestjs-swagger-numeric-enum-example

This project is a showcase for numeric enums in @nestjs/swagger.

Primary LanguageTypeScriptMIT LicenseMIT

nestjs-swagger-numeric-enum-example

Description

This project is a showcase for numeric enums in @nestjs/swagger.

Running the app

$ npm install
$ npm run start

Then go to http://localhost:3000/api to verfy the numeric enum values in the swagger UI.

License

MIT licensed.