Showing
1 changed file
with
10 additions
and
4 deletions
... | @@ -147,7 +147,7 @@ | ... | @@ -147,7 +147,7 @@ |
147 | ``` | 147 | ``` |
148 | 148 | ||
149 | ## DB Schema | 149 | ## DB Schema |
150 | -* users 사용자: utf-8 | 150 | +> * users 사용자: utf-8 |
151 | 151 | ||
152 | |Column|Type|Information| | 152 | |Column|Type|Information| |
153 | |---|---|---| | 153 | |---|---|---| |
... | @@ -157,7 +157,7 @@ | ... | @@ -157,7 +157,7 @@ |
157 | |mbti|CHAR(4)|16가지중 1개만 저장| | 157 | |mbti|CHAR(4)|16가지중 1개만 저장| |
158 | |update|Bool|업데이트 여부(새 고민도착, 새 댓글 도착 여부)| | 158 | |update|Bool|업데이트 여부(새 고민도착, 새 댓글 도착 여부)| |
159 | 159 | ||
160 | -* posts 게시글: utf-8 | 160 | +> * posts 게시글: utf-8 |
161 | 161 | ||
162 | |Column|Type|Information| | 162 | |Column|Type|Information| |
163 | |---|---|---| | 163 | |---|---|---| |
... | @@ -168,7 +168,7 @@ | ... | @@ -168,7 +168,7 @@ |
168 | |update|Bool|업데이트 여부(새 댓글 작성 여부)| | 168 | |update|Bool|업데이트 여부(새 댓글 작성 여부)| |
169 | |created_at|time|작성시간| | 169 | |created_at|time|작성시간| |
170 | 170 | ||
171 | -* comment 댓글: utf-8 | 171 | +> * comment 댓글: utf-8 |
172 | 172 | ||
173 | |Column|Type|Information| | 173 | |Column|Type|Information| |
174 | |---|---|---| | 174 | |---|---|---| |
... | @@ -184,15 +184,21 @@ | ... | @@ -184,15 +184,21 @@ |
184 | 184 | ||
185 | > #### 1. Login Page | 185 | > #### 1. Login Page |
186 | > - http://localhost:3000/login | 186 | > - http://localhost:3000/login |
187 | + | ||
187 | <img src="images/login.png" alt="Logo" width="100%" height="100%"> | 188 | <img src="images/login.png" alt="Logo" width="100%" height="100%"> |
188 | 189 | ||
189 | > #### 2. Register Page | 190 | > #### 2. Register Page |
190 | > - http://localhost:3000/register | 191 | > - http://localhost:3000/register |
192 | + | ||
191 | <img src="images/register.png" alt="Logo" width="100%" height="100%"> | 193 | <img src="images/register.png" alt="Logo" width="100%" height="100%"> |
192 | 194 | ||
193 | > #### 3. User board Page | 195 | > #### 3. User board Page |
194 | > - http://localhost:3000/main | 196 | > - http://localhost:3000/main |
195 | -<img src="images/board.png" alt="Logo" width="100%" height="100%"> | 197 | + |
198 | +<img src="images/main.png" alt="Logo" width="100%" height="100%"> | ||
199 | +<img src="images/main_comment.png" alt="Logo" width="100%" height="100%"> | ||
200 | +<img src="images/main_comment2.png" alt="Logo" width="100%" height="100%"> | ||
201 | +<img src="images/main_comment3.png" alt="Logo" width="100%" height="100%"> | ||
196 | 202 | ||
197 | <p align="right">(<a href="#top">back to top</a>)</p> | 203 | <p align="right">(<a href="#top">back to top</a>)</p> |
198 | 204 | ... | ... |
-
Please register or login to post a comment