The documentation is already added, but it might not be correct and complete (because the main focus was on development). Using [swag](https://github.com/swaggo/swag) for generating API documentation using annotaions. - Check and modify the swagger-generated docs for all the API endpoints. - Using [go-openapi/runtime](https://github.com/go-openapi/runtime), the documentation can be served using [Swagger UI](https://petstore.swagger.io/), [Redoc](https://redocly.github.io/redoc/) or Rapidoc ([1](https://mrin9.github.io/RapiDoc/examples/example1.html), [2](https://mrin9.github.io/RapiDoc/examples/petstore-extended.html)). Currently using Swagger UI (as default) on http://localhost:9100 and Redoc on http://localhost:9100/redoc
The documentation is already added, but it might not be correct and complete (because the main focus was on development).
Using swag for generating API documentation using annotaions.