Real-time Multiplayer Pong Game with OAuth, Blockchain, 2FA and JWT
- 2024.03.30 ~ 2024.07.11
- 2024.03.30 start
- 2024.06.04 team building
- 2024.07.07 1st try(failed)
- 2024.07.11 passed
- Frontend: JavaScript
- Backend: Python, Django
- DataBase: Redis, postgresql
- Blockchain: solidity
- Docker
- nginx
- ⭐ 복준석(jbok): Backend, Frontend, DevOps
- 강민관(mingkang): Backend, Design
- 도준웅(jdoh): Frontend
- 송선우(sunwsong): Backend, Blockchain
- 이창현(changhyl): Frontend
컨테이너 구조
graph TB;
A[ft_transcendence]
subgraph docker-compose
direction LR
B[nginx]
C[django]
D[redis]
E[postgres]
F[hardhat]
end
A --> docker-compose
B --> C
C --> D
C --> E
C --> F
npm install ..??
make
페이지 view 입니다