This repository is a template for using the Swagger UI to dynamically generate beautiful documentation for your API and host it for free with GitHub Pages. The template will periodically auto-update ...
slm-api/ │ ├── config/ │ └── database.js # MongoDB connection setup │ ├── controllers/ │ ├── books.controller.js # Book business logic │ ├── authors.controller.js # Author business logic │ ├── student ...