Swagger
To ensure our API is transparent and accessible, Swagger is integrated into the project, a tool for API documentation.
🌐 Accessing Swagger
Once the application is up and running, you can explore our API documentation by visiting
Just replace <SERVER_PORT>
with the port your server is operating on, typically 3001
by default.
Last updated