You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With Swagger the new members and frontend developers can see which endpoints exists on backend, can test that endpoints and see the possible responses/status code.
The text was updated successfully, but these errors were encountered:
Summary
Implementation of Swagger documentation.
Notes
swagger-ui-express
and@nestjs/swagger
;main.ts
;Motivation
With Swagger the new members and frontend developers can see which endpoints exists on backend, can test that endpoints and see the possible responses/status code.
The text was updated successfully, but these errors were encountered: