akanass / nestjs-swagger

OpenAPI exemple with NestJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

OpenAPI example with Nest framework.

Installation

$ yarn install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run build
$ npm run start:prod

Once the application is running you can visit http://localhost:3000/swagger to see the Swagger interface.

License

Nest is MIT licensed.

About

OpenAPI exemple with NestJS


Languages

Language:TypeScript 91.7%Language:JavaScript 8.3%