To ensure our API is transparent and accessible, Swagger is integrated into the project, a tool for API documentation.
Once the application is up and running, you can explore our API documentation by visiting
http://localhost:<SERVER_PORT>/api-docs
Just replace <SERVER_PORT> with the port your server is operating on, typically 3001 by default.
<SERVER_PORT>
3001
Last updated 4 months ago