Skip to content

Start the Swagger UI service with a simple command-line command.

License

Notifications You must be signed in to change notification settings

magic-peng/go-swagger-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Swagger UI Project

This is a simple project that uses Golang to start Swagger UI.

Multilingual Versions

Open Source Projects Used

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!

Usage Steps

  1. Install:

    go install github.com/magic-peng/go-swagger-ui
  2. Start the Server:

    go-swagger-ui --swagger=./swagger.json --port=8080
  3. Access Swagger UI:

    Open http://localhost:8080 in your browser to view the API documentation.

License

This project is licensed under the MIT License.