Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/niraj-khatiwada/nestjs-openapi-codegen
Nest.js REST API codegen using Swagger that can be used instead of GraphQL.
https://github.com/niraj-khatiwada/nestjs-openapi-codegen
Last synced: about 1 month ago
JSON representation
Nest.js REST API codegen using Swagger that can be used instead of GraphQL.
- Host: GitHub
- URL: https://github.com/niraj-khatiwada/nestjs-openapi-codegen
- Owner: niraj-khatiwada
- Created: 2024-07-13T09:10:16.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-13T11:05:46.000Z (6 months ago)
- Last Synced: 2024-07-13T12:23:08.331Z (6 months ago)
- Language: TypeScript
- Size: 146 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nest.js OpenAPI codegen using Swagger.
Automatically generates the API types and API documentation using Swagger.
Also generates the queries and mutations using React Query to be used in the frontend.
This can be used to replace GraphQL.