Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ssong915 authored Jul 25, 2022
1 parent c071018 commit 903c607
Showing 1 changed file with 11 additions and 28 deletions.
39 changes: 11 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,13 +143,13 @@
## πŸ—‚ Project Foldering

```
πŸ“¦ config // port, mongoURI λ“± μ„€μ •
πŸ“¦ config
β”— πŸ“œ index.ts
πŸ“¦ controllers // serviceμ—μ„œ 처리된 λ‘œμ§λ“€μ„ 전달 λ°›μ•„ responseν•΄μ€Œ
πŸ“¦ controllers
┣ πŸ“œ index.ts
πŸ“¦ interfaces // type interface μ •μ˜
πŸ“¦ interfaces
β”— πŸ“‚ film
┃ β”— πŸ“œ FilmInfo.ts
β”— πŸ“‚ keyword
Expand All @@ -163,7 +163,7 @@
πŸ“¦ middlewares
β”— πŸ“œ auth.ts
πŸ“¦ models // mongoose.Schema μ •μ˜
πŸ“¦ models
┣ πŸ“œ Film.ts
┣ πŸ“œ Keyword.ts
β”— πŸ“œ User.ts
Expand All @@ -173,10 +173,10 @@
β”— πŸ“œ statusCode.ts
β”— πŸ“œ responseMessage.ts
πŸ“¦ routes // endpoint μ •μ˜
πŸ“¦ routes
┣ πŸ“œ index.ts
πŸ“¦ services // 상세 κ΅¬ν˜„, controller둜 전달 됨
πŸ“¦ services
┣ πŸ“œ index.ts
```

Expand Down Expand Up @@ -453,32 +453,15 @@ const KeywordSchema = new mongoose.Schema(
<br />

## πŸ›  Server Architecture

- 개발 ν™˜κ²½ : Typescript, Express(Node.js)
- λ°μ΄ν„°λ² μ΄μŠ€ : MongoDB, AWS S3
- μ„œλ²„ ν™˜κ²½ : AWS EC2, PM2
![180420764-1afac15d-1ef5-4c47-b68e-90cb128c3d7c](https://user-images.githubusercontent.com/69195315/180443174-4fd1612f-f095-4a99-a261-86cd0ddac6f4.png)


<br />

## πŸ“š Task & Role <img width=25px src=https://user-images.githubusercontent.com/80062632/178400930-fffb094c-32ce-4b28-8901-527938888f0c.png>

Route | κΈ°λŠ₯ | κ΅¬ν˜„ μ—¬λΆ€ | λ‹΄λ‹Ήμž
:---------:|---------|:----------:|:---------:
home | 메인화면 쑰회 | | μœ μ†‘κ²½
&nbsp; | ν‘Έμ‹œμ•Œλ¦Ό 쑰회 | | κΉ€λ™μž¬
&nbsp; | ν•΄ν”½μΊ‘μŠ 쑰회 | | κΉ€λ™μž¬
character | 캐릭터 이름 μž…λ ₯ | | κΉ€λ™μž¬
mypage | ν•΄ν”½λ ˆν¬νŠΈ 쑰회 | | μœ μ†‘κ²½
&nbsp; | ν‚€μ›Œλ“œ 전체 μˆœμœ„ 쑰회 | | μœ μ†‘κ²½
&nbsp; | μΉ΄ν…Œκ³ λ¦¬λ³„ 전체 μˆœμœ„ 쑰회 | | μœ μ†‘κ²½
&nbsp; | 월별 ν•˜λ£¨ν•΄ν”½ 횟수 쑰회 | | μœ μ†‘κ²½
daily | ν•˜λ£¨ν•΄ν”½ 전체 쑰회 | | μ΄μ„œμš°
&nbsp; | ν•˜λ£¨ν•΄ν”½ 생성 | | μ΄μ„œμš°
&nbsp; | ν•˜λ£¨ν•΄ν”½ ν‚€μ›Œλ“œ 쑰회 | | μ΄μ„œμš°
&nbsp; | ν•˜λ£¨ν•΄ν”½ 상세 쑰회 | | μ΄μ„œμš°
&nbsp; | ν•˜λ£¨ν•΄ν”½ μ‚­μ œ | | μ΄μ„œμš°
&nbsp; | ν•˜λ£¨μ œλͺ© 전체 쑰회 | | μœ μ†‘κ²½
user | μ†Œμ…œλ‘œκ·ΈμΈ | | κΉ€λ™μž¬
setting | 캐릭터 λ³€κ²½ | | κΉ€λ™μž¬




---
Expand Down

0 comments on commit 903c607

Please sign in to comment.