From cb79ec5e577c975d7dd4806458c37e82c419f722 Mon Sep 17 00:00:00 2001
From: Kim DongHyo <60608509+kdhyo@users.noreply.github.com>
Date: Sun, 3 Jul 2022 19:30:38 +0900
Subject: [PATCH] Update README.md
---
README.md | 29 ++++++++++++++++++++++++++---
1 file changed, 26 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 5f3d328..00991c3 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# πΏ Ticketing
-μν μλ§€ μλΉμ€
+μν μλ§€ μ¬μ΄νΈλ₯Ό λμ©λ νΈλν½μ λμν μ μλλ‘ μ€κ³.
@@ -11,8 +11,32 @@
-## π― νλ‘μ νΈ λͺ©ν
+## π― νλ‘μ νΈ μ£Όμ κ΄μ¬μ¬
+- OOP(κ°μ²΄ μ§ν₯ νλ‘κ·Έλλ°)μ μ₯μ μ μ΅λν νμ©
+- ν
μ€νΈ μ½λλ₯Ό ν΅ν λ―Ώμ μ μλ μ½λ μμ±
+- λμ©λ νΈλν½μ κ³ λ €ν νμ₯ κ°λ₯ν μ€κ³ λ° μ±λ₯ νλ
+- μ½λ리뷰λ₯Ό ν΅ν΄ μ½λ νμ§ ν₯μ
+- μ½λ 컨벀μ
μ€μνμ¬ μ½λ ν΅μΌμ± μ μ§
+
+
+## π κΈ°μ μ€ν
+- Java 11
+- Spring Boot 2.6.7 (λΉμ μ΅μ GA λ²μ )
+- Gradle Kotlin DSL
+- Spring Security
+- Junit 5
+- Hibernate / SpringJPA
+- MySQL 8.0
+- Redis
+
+
+
+## Wiki
+- [Git Branch μ λ΅](https://github.com/f-lab-edu/Ticketing/wiki#-git-branch-%EC%A0%84%EB%9E%B5)
+- [Code Convention](https://github.com/f-lab-edu/Ticketing/wiki#-code-convention)
+- [ν¨ν€μ§ ꡬ쑰](https://github.com/f-lab-edu/Ticketing/wiki#-%ED%8C%A8%ED%82%A4%EC%A7%80-%EA%B5%AC%EC%A1%B0)
+- [Use Case](https://github.com/f-lab-edu/Ticketing/wiki/Use-Case)
@@ -51,7 +75,6 @@ erDiagram
bigint id PK "μμμκ°ν ID"
bigint movie_id FK "μν ID"
bigint theater_id FK "μμκ΄ ID"
- date running_date "μμ λ μ§"
int round "νμ°¨"
time start_at "μμ μκ°"
time end_at "μ’
λ£ μκ°"