{"id":25123163,"url":"https://github.com/f-lab-edu/soldout","last_synced_at":"2025-08-20T00:07:55.239Z","repository":{"id":36974996,"uuid":"480842542","full_name":"f-lab-edu/soldout","owner":"f-lab-edu","description":"의류 경매 서비스","archived":false,"fork":false,"pushed_at":"2024-01-16T23:43:23.000Z","size":21901,"stargazers_count":3,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-23T01:12:47.476Z","etag":null,"topics":["bright","java-backend"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/f-lab-edu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-04-12T14:20:45.000Z","updated_at":"2023-03-13T07:34:58.000Z","dependencies_parsed_at":"2024-01-17T02:05:47.580Z","dependency_job_id":"54961e8b-53df-4107-88e2-a553a5c6ff1d","html_url":"https://github.com/f-lab-edu/soldout","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/f-lab-edu/soldout","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f-lab-edu%2Fsoldout","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f-lab-edu%2Fsoldout/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f-lab-edu%2Fsoldout/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f-lab-edu%2Fsoldout/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/f-lab-edu","download_url":"https://codeload.github.com/f-lab-edu/soldout/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f-lab-edu%2Fsoldout/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271242131,"owners_count":24724978,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-19T02:00:09.176Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bright","java-backend"],"created_at":"2025-02-08T07:16:07.102Z","updated_at":"2025-08-20T00:07:55.209Z","avatar_url":"https://github.com/f-lab-edu.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"## ☑ 서비스 설명\nsoldout 프로젝트는 최근 신발과 같은 의류에 대한 리셀 문화가 유행하면서 크림, 솔드아웃처럼 많은 인기를 얻고 있는 경매 서비스를 제공하기 위한 API 서버를 구현한 프로젝트입니다.\n\n## ☑ 사용 기술 스택\n- Java / Spring Boot / Gradle\n- Mybatis/ MySQL / Redis / Flyway\n- Docker\n- Elasticsearch\n- Github Flow / Github Actions\n\n## ☑ 프로젝트 주요 관심사\n- 서버 확장을 고려한 session 서버 구성을 고민했습니다.\n- 데이터 모델링 과정을 통해 변경 최소화할 수 있는 스키마를 구성하기 위해 노력했습니다.\n- 객체 지향 프로그래밍의 장점과 SOLID 원칙을 최대한 지켜나가는 코드들 작성하기 위해 노력했습니다.\n- 유닛 테스트 케이스를 통해 독립적이고 예상치 못한 에러상황에 안정성이 보장된 코드를 작성하기 위해 노력했습니다.\n- 여러 기술 도입에 있어 해당 기술에 대한 깊은 이해를 바탕으로 도입 이유를 명확히 하기 위해 노력했습니다.\n\n## ☑ ERD\n![soldout_v6 0](https://user-images.githubusercontent.com/77563468/173525187-12bd70f0-6211-44d1-a51a-7e032fdbdad9.png)\n\n## ☑ Use Case\n\u003e [상세 설명](https://github.com/f-lab-edu/soldout/wiki/Use-Case) 페이지로 이동해주세요\n\n## ☑ Trouble Shooting\n\u003e 모든 트러블 슈팅 내용이 궁금하다면! [링크](https://github.com/f-lab-edu/soldout/wiki/Trouble-Shooting)로 이동해주세요.\n\n### ‼️ 핵심 트러블 슈팅\n- **서버 확장에 따른 session 구성 방법에 대한 고민** ➡️ [상세설명](https://kimcno3.github.io/posts/%EC%84%9C%EB%B2%84-%ED%99%95%EC%9E%A5%EC%97%90-%EB%94%B0%EB%A5%B8-session-%EA%B5%AC%EC%84%B1-%EB%B0%A9%EB%B2%95%EC%97%90-%EB%8C%80%ED%95%9C-%EA%B3%A0%EB%AF%BC/)\n\n- **Docker를 활용한 개발 환경 관리** ➡️ [상세설명](https://kimcno3.github.io/posts/Docker%EB%A5%BC-%ED%99%9C%EC%9A%A9%ED%95%9C-%EA%B0%9C%EB%B0%9C-%ED%99%98%EA%B2%BD-%EA%B4%80%EB%A6%AC/)\n\n- **DB Replication 구현** ➡️ [상세설명](https://kimcno3.github.io/posts/DB-Replication-%EC%A0%81%EC%9A%A9/)\n\n- **스키마 변경을 최소화하는 데이터 모델링에 대한 고민** ➡️ [상세설명](https://kimcno3.github.io/posts/%EC%8A%A4%ED%82%A4%EB%A7%88-%EB%B3%80%EA%B2%BD%EC%9D%84-%EC%B5%9C%EC%86%8C%ED%99%94%ED%95%98%EB%8A%94-%EB%8D%B0%EC%9D%B4%ED%84%B0-%EB%AA%A8%EB%8D%B8%EB%A7%81%EC%97%90-%EB%8C%80%ED%95%9C-%EA%B3%A0%EB%AF%BC/)\n\n- **JUnit5, Mockito를 활용한 효율적인 단위 테스트** ➡️ [상세설명](https://kimcno3.github.io/posts/JUnit5,-Mokito%EB%A5%BC-%ED%99%9C%EC%9A%A9%ED%95%9C-%ED%9A%A8%EC%9C%A8%EC%A0%81%EC%9D%B8-%EB%8B%A8%EC%9C%84-%ED%85%8C%EC%8A%A4%ED%8A%B8/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff-lab-edu%2Fsoldout","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ff-lab-edu%2Fsoldout","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff-lab-edu%2Fsoldout/lists"}