# swagger-play-sample-app **Repository Path**: mirrors_swagger-api/swagger-play-sample-app ## Basic Information - **Project Name**: swagger-play-sample-app - **Description**: A sample play app which uses swagger plugin to make the age old pet store swagger compliant. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-01-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Swagger Play Framework Sample App ## Overview This is a project to illustrate use of swagger plugin on play-framework. ### Prerequisites You need the following installed and available in your $PATH:
artifact: "/path/to/swagger-play"Build and run swagger-play-sample-app:
play install scala play deps play run### Take Swagger UI for a spin If you hit http://localhost:9000 you should see swagger-ui (https://github.com/wordnik/swagger-ui) come up for the sample app ### Test API Listing directly Open a browser window and confirm you can see API listing by hitting the following URLs