Skip to content

맛집찾기- TDD, Docker, CI/CD to ECR/ECS(fargate) in AWS, CircuitBreaker

Notifications You must be signed in to change notification settings

MyoungSoo7/cicd

Repository files navigation

요구사항

맛집 검색(네이버,카카오 API) 인기키워드

작업내용

키워드를 이용해 맛집검색

ERD

image

테스트

없는 검색 키워드가 검색되는 케이스
있는 검색 키워드가 검색되는 케이스
존재하는 검색어가 검색되는 케이스
존재하는 키워드가 동시에 검색되는 케이스

flowchart LR
Client --> API --> /food
Loading