Skip to content

monad-lab/asyncio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Text_Holdem

test application for Texas Holdem game Text version

현재 디렉토리 구조

./app
├── main.py
├── mongod.conf
├── .env
├── auth
│ └── authenticate.py
│ └── hash_password.py
│ └── jwt_handler.py
├── database
│ └── connection.py
│ └── crud.py
├── models
│ ├── events.py
│ └── users.py
├── routes
│ ├── events.py
│ └── users.py
└── tests
├── test_app1.py
└── test_app2.py

진척상황

  • 05.24.2024
    • FastAPI 애플리케이션-mongoDB 연동
    • 클라이언트 측에서 필요한 일부 기능 구현
      • 유저 등록, 유저 로그인, 유저 이벤트 생성/변경/삭제,조회
  • 05.26.2024
    • pytest 완료
  • 05.28.2024
    • 홀덤 규칙 게임루프 적용방안 고민

About

test application for holdem game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published