An open API service indexing awesome lists of open source software.

https://github.com/akanass/nestjs-swagger

OpenAPI exemple with NestJS
https://github.com/akanass/nestjs-swagger

Last synced: 2 months ago
JSON representation

OpenAPI exemple with NestJS

Awesome Lists containing this project

README

          

## Description

OpenAPI example with [Nest](https://github.com/nestjs/nest) framework.

## Installation

```bash
$ yarn install
```

## Running the app

```bash
# 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](LICENSE).