Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bik1111 committed Nov 23, 2023
1 parent f6ee5f2 commit 76f6d28
Showing 1 changed file with 79 additions and 7 deletions.
86 changes: 79 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
# <img width="40" alt="Union (1)" src="https://github.com/BatShu/batshu-backend/assets/76617139/7b3816e7-7ed4-46ca-a0ea-ca86a9af2ca6"> BatShu

## BatShu
<img width="877" alt="스크린샷 2023-11-23 오후 5 48 15" src="https://github.com/BatShu/batshu-backend/assets/76617139/675b36f3-1ebc-407c-b603-88ab728bf4d8">

**적절한 리워드를 제공하여 자발적인 영상 제보를 유도하고, 필요한 영상 자료를 요청하고 제보할 수 있는 영상 공유 & 거래 플랫폼**

- Service URL : https://batshu-c203f.firebaseapp.com
### 🔉 프로젝트 소개
> 밧슈, 필요한 순간, 필요한 사람에게
>
> BatShu | 적절한 리워드를 제공하여 자발적인 영상 제보를 유도하고, 필요한 영상 자료를 요청하고 제보할 수 있는 영상 공유 & 거래 플랫폼
<br />
<p align="center">
<img width="550" height="300" alt="Your Image Description" src="https://github.com/bik1111/BatShu-backend/assets/76617139/24d2c866-022f-4877-b19e-3a16d2e904f0">
</p>

-------
<img width="877" alt="스크린샷 2023-11-23 오후 5 42 42" src="https://github.com/BatShu/batshu-backend/assets/76617139/956847da-2a2f-4303-a431-eb2d729a1208">
<img width="877" alt="스크린샷 2023-11-23 오후 5 42 55" src="https://github.com/BatShu/batshu-backend/assets/76617139/9a4634a0-6109-4a34-bced-1f6ac3add003">
<img width="877" alt="스크린샷 2023-11-23 오후 5 43 13" src="https://github.com/BatShu/batshu-backend/assets/76617139/b3f09915-f357-4d28-b7b5-94e7095d2d84">
<img width="877" alt="스크린샷 2023-11-23 오후 5 43 25" src="https://github.com/BatShu/batshu-backend/assets/76617139/5d00e18a-f61f-4689-9a30-0f43b107bd70">
<img width="877" alt="스크린샷 2023-11-23 오후 5 41 14" src="https://github.com/BatShu/batshu-backend/assets/76617139/17165947-0c89-414c-97dd-c8a45734c1b7">
<img width="877" alt="스크린샷 2023-11-23 오후 5 41 32" src="https://github.com/BatShu/batshu-backend/assets/76617139/d2d934c4-03e4-48cc-80aa-4d6c071aabf1">


## Backend Tech Stack
Expand All @@ -28,3 +34,69 @@
</p>

<img width="625" alt="스크린샷 2023-11-23 오후 3 56 39" src="https://github.com/bik1111/BatShu-backend/assets/76617139/e3193cd7-d52d-42e2-b105-c23554b4dc0a">


## 📂 FOLDER STRUCTURE

```java
.
├── 📁 Repository
│ ├── 🚑 Accident
│ │ └── AccidentRepository.ts
│ ├── 📬 Message
│ │ └── MessageRepository.ts
│ ├── 🔍 Observe
│ │ └── ObserveRepository.ts
│ ├── 🏠 Room
│ │ └── RoomRepository.ts
│ └── 👤 User
│ └── UserRepository.ts
├── 🚀 app.ts
├── 🔐 auth
│ ├── auth.ts
│ └── firebase.ts
├── 💬 chat
│ ├── chatSocket.ts
│ └── test.html
├── ⚙️ config
│ ├── database.ts
│ └── network.ts
├── 🎮 controller
│ ├── 🚑 Accident
│ │ └── AccidentController.ts
│ ├── 📬 Message
│ │ └── MessageController.ts
│ ├── 🔍 Observe
│ │ └── ObserveController.ts
│ ├── 🏠 Room
│ │ └── RoomController.ts
│ └── 👤 User
│ └── UserController.ts
├── 🎨 domain
│ └── response.ts
├── 🌐 ecosystem.config.ts
├── 📚 interface
│ ├── accident.ts
│ ├── both.ts
│ ├── chat.ts
│ └── observe.ts
├── 🚦 routers
│ ├── 🚑 AccidentRouter.ts
│ ├── 📬 MessageRouter.ts
│ ├── 🔍 ObserveRouter.ts
│ ├── 🏠 RoomRouter.ts
│ └── 👤 UserRouter.ts
├── ⚙️ service
│ ├── 🚑 Accident
│ │ └── AccidentService.ts
│ ├── 📬 Message
│ │ └── MessageService.ts
│ ├── 🔍 Observe
│ │ └── ObserveService.ts
│ ├── 🏠 Room
│ │ └── RoomService.ts
│ └── 👤 User
│ └── UserService.ts
└── 🛠️ utils
└── aws-s3.ts
```

0 comments on commit 76f6d28

Please sign in to comment.