diff --git a/README.md b/README.md index e5b7629..d579576 100644 --- a/README.md +++ b/README.md @@ -35,4 +35,19 @@ Set ```application.yml``` to use ```.dev.env``` file spring: config: import: optional:file:.dev.env[.properties] -``` \ No newline at end of file +``` + +# API Doc +You can see API Document on +[localhost:3000](localhost:3000) + +## Preview +### Group 1 +> authentication is required + +![swagger screenshot](https://user-images.githubusercontent.com/65845941/177004280-9652b978-5e3c-4152-8c36-fcc42681bdec.PNG) + +### Group 2 +> authentication is not required + +![swagger screenshot2](https://user-images.githubusercontent.com/65845941/177004330-844a6055-2d77-49f8-bff5-1d8562b413fc.PNG) \ No newline at end of file