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
- Host: GitHub
- URL: https://github.com/akanass/nestjs-swagger
- Owner: akanass
- Created: 2022-07-12T11:00:03.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-14T10:29:34.000Z (about 3 years ago)
- Last Synced: 2025-06-11T20:55:45.958Z (4 months ago)
- Language: TypeScript
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).