ssitvit / Code-Canvas

A hub for innovation through web development projects
https://codecanvas.ieeessitvit.com/
MIT License
81 stars 124 forks source link

Implementation of Swagger API for better documentation and testing. #510

Open Saksham1005 opened 1 year ago

Saksham1005 commented 1 year ago

Swagger API will help expose all the routes on a single URL. Thus helping developers to quickly test the APIs developed, that too on the browser itself.

A Sample of Swagger API is as follows- image

Ishpreet01 commented 7 months ago

@Saksham1005 Is this issue still open? I would like to contribute to it.

habibur4340 commented 7 months ago

Hi @Saksham1005 Swagger centralizes API routes for easy testing in browsers. For an alternative with extra features like user-friendly documentation, real-time monitoring, and collaboration tools, consider Apidog. It complements Swagger by enhancing API development and monitoring.