Skip to content

kamg2218/pingpong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

🏓 pingpong

this is mighty pong contest.

1. ❔ 실행 방법

cd backend

docker-compose up --build

localhost 에서 확인 가능


2. 📹 실행 영상


3. 🕵️‍♀️ 기술 스택

📚 Front-end 📚



📚 back-end 📚




4. 📁 디렉토리

frontend

 ──  src
      ├── components
      │    ├── chat
      │    ├── games
      │    ├── login
      │    ├── modals
      │    └── play
      ├── pages
      │    ├── Main.tsx
      │    ├── games
      │    └── login
      ├── icons
      ├── redux
      ├── socket
      ├── types
      ├── images.d.ts
      ├── App.tsx
      └── index.tsx 

backend

src
 |-- auth
 |    |-- strategy
 |-- config
 |-- db
 |    |-- entity
 |    |-- repository
 |-- filter
 |-- socketEvents
 |    |-- auth
 |    |-- chat
 |    |-- game
 |    |    |-- gameElement
 |    |-- user
 |-- two-factor-authentication
 |-- type
 |-- user
 |-- app.modules.ts
 |-- main.ts
 |-- .env
 |-- ...

5. 📓 문서

🗒️ Notion

📜 Scenario