Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 476 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 476 Bytes

oas-boilerplate

This project is a boilerplate of the Open API Specification (OAS).

Run Swagger-UI

When you execute make run, Swagger-UI starts in the foreground.

Access Swagger-UI

When you access http: // localhost: 3020 from the browser, Swagger-UI is displayed.

Stop

Stop with Ctrl + C.

Deploy

When you git push to the master branch, it will be automatically deployed.

https://oas-boilerplate.herokuapp.com
BASIC Authentication: oas / oas