Skip to content

Latest commit

 

History

History
25 lines (12 loc) · 549 Bytes

README.md

File metadata and controls

25 lines (12 loc) · 549 Bytes

Swagger API Documentation with ASP.NET Core MVC

This project is a simple ASP.NET Core MVC application that integrates Swagger for API documentation. It allows users to view and export API documentation in JSON or YAML format.

📌 Features

-REST API Documentation using Swagger UI.

-Supports JSON and YAML format exports.

-Implements ASP.NET Core MVC pattern.

-Provides an interactive Swagger UI for API testing.

🚀 Getting Started

Prerequisites

-NET 8.0 or later

-Visual Studio 2022 or VS Code

-Postman (optional, for API testing)