Duofinder Full-Stack Web Application Requirements python3.12 poetry Development Guide git clone https://github.com/duofinderkr/web.git duofinder cd duofinder/web 패키지 설치 poetry install 데이터베이스 초기화 sqlite로 기본 세팅됩니다. poetry run python project/manage.py migrate 서버 실행 # 8000 포트로 개발 서버 실행 poetry run python project/manage.py runserver 8000