Toggle navigation
Toggle navigation
This project
Loading...
Sign in
오인제
/
Tunnel
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
seanoh
2021-12-09 15:17:55 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6f3905e071210be0ea1c5fb9cc5854921849cc22
6f3905e0
1 parent
603d3796
update README
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
5 deletions
README.md
README.md
View file @
6f3905e
...
...
@@ -143,11 +143,11 @@
```
*
AWS 서버 설정
```sh
```
## DB Schema
*
users 사용자: utf-8
>
* users 사용자: utf-8
|Column|Type|Information|
|---|---|---|
...
...
@@ -157,7 +157,7 @@
|mbti|CHAR(4)|16가지중 1개만 저장|
|update|Bool|업데이트 여부(새 고민도착, 새 댓글 도착 여부)|
*
posts 게시글: utf-8
>
* posts 게시글: utf-8
|Column|Type|Information|
|---|---|---|
...
...
@@ -168,7 +168,7 @@
|update|Bool|업데이트 여부(새 댓글 작성 여부)|
|created_at|time|작성시간|
*
comment 댓글: utf-8
>
* comment 댓글: utf-8
|Column|Type|Information|
|---|---|---|
...
...
@@ -184,15 +184,21 @@
> #### 1. Login Page
> - http://localhost:3000/login
<img
src=
"images/login.png"
alt=
"Logo"
width=
"100%"
height=
"100%"
>
> #### 2. Register Page
> - http://localhost:3000/register
<img
src=
"images/register.png"
alt=
"Logo"
width=
"100%"
height=
"100%"
>
> #### 3. User board Page
> - http://localhost:3000/main
<img
src=
"images/board.png"
alt=
"Logo"
width=
"100%"
height=
"100%"
>
<img
src=
"images/main.png"
alt=
"Logo"
width=
"100%"
height=
"100%"
>
<img
src=
"images/main_comment.png"
alt=
"Logo"
width=
"100%"
height=
"100%"
>
<img
src=
"images/main_comment2.png"
alt=
"Logo"
width=
"100%"
height=
"100%"
>
<img
src=
"images/main_comment3.png"
alt=
"Logo"
width=
"100%"
height=
"100%"
>
<p
align=
"right"
>
(
<a
href=
"#top"
>
back to top
</a>
)
</p>
...
...
Please
register
or
login
to post a comment