This is a simple project that uses Golang to start Swagger UI.
- 🇨🇳 简体中文
This project uses the following open source projects:
- Swagger UI: A powerful tool for generating and displaying API documentation. Swagger UI makes it easy for users to interact with APIs, view available endpoints, and see request and response examples.
Thanks to the Swagger UI team for their excellent work and contributions!
-
Install:
go install github.com/magic-peng/go-swagger-ui
-
Start the Server:
go-swagger-ui --swagger=./swagger.json --port=8080
-
Access Swagger UI:
Open http://localhost:8080 in your browser to view the API documentation.
This project is licensed under the MIT License.