this is mighty pong contest.
cd backend
docker-compose up --build
✅ localhost 에서 확인 가능
── src
├── components
│ ├── chat
│ ├── games
│ ├── login
│ ├── modals
│ └── play
├── pages
│ ├── Main.tsx
│ ├── games
│ └── login
├── icons
├── redux
├── socket
├── types
├── images.d.ts
├── App.tsx
└── index.tsx
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
|-- ...
🗒️ Notion
📜 Scenario