npedidos / rest-api

NPedidos es una aplicación que permite la gestión simple de pedidos de menús de comidas, por fechas.
MIT License
8 stars 16 forks source link

Add OpenAPI documentation + SwaggerUI to the project #27

Closed naXa777 closed 1 year ago

naXa777 commented 1 year ago

I propose to add the API documentation generated on the fly based on your Spring controller definitions. It will look similar to this demo project -> https://petstore.swagger.io/ I can do this myself using springdoc-openapi-ui plugin. Please assign this issue to me.

nmarulo commented 1 year ago

Hello @naXa777 👋, thank you for your interest in the project.

A basic swagger implementation is already available.

image

naXa777 commented 1 year ago

Cool! I noticed the docs later, after I created this issue. Let's close it then.