Skip to content
Las edited this page Nov 28, 2020 · 3 revisions

Welcome to the server wiki!

소스 / 문서

  1. 깃헙 (깃헙에 있는 위키, 그룹 생성, 레포 생성)
  2. 깃헙 Actions
  3. 메일 노티

개발

  1. 요구사항 분석 및 도메인 모델 / 유즈케이스 (인수테스트)

  2. 코틀린으로 OOP를 적용해서 핵심 로직을 작성한다. [ o ]

  3. 서버 프레임워크를 정하고 1번의 핵심 로직과 통합한다. [ x ]

  4. 프론트엔드와 상호작용하는 API를 결정하고, 문서화한다. [ x ]

  5. 프론트엔드 프레임워크를 정하고 구현한다. [ x ]

  6. 데이터베이스를 결정하고 Repository를 구현한다. [ x ]

  7. ECS (수동으로 나중에)

  8. CD 없이 CI만 (ktlint)

  9. 빌드는 gradle / kotlin script (kts)

  10. 테스트 https://www.spekframework.org/ https://github.com/kotest/kotest https://github.com/appmattus/kotlinfixture https://markusamshove.github.io/Kluent/ https://strikt.io/ https://github.com/winterbe/expekt

Clone this wiki locally