Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Init Push #1

Closed
wants to merge 6 commits into from
Closed

Init Push #1

wants to merge 6 commits into from

Conversation

oortclwd
Copy link
Collaborator

전체적 구성 작성했습니다.

  • apis
    • 다양한 router들 제공 ( main에서 통합 )
  • core
    • config.py : settings 제공
  • db
    • logics : db.query해야 하는 다양한 로직들
    • models : db table model 정의
    • base.py : 해당 파일 통해 다양한 db table 접속
    • session.py : session 생성
  • schemas
    • pydantic schema
  • tests
    • 향후 테스트 코드 작성

backend/apis/base.py Outdated Show resolved Hide resolved
backend/core/config.py Outdated Show resolved Hide resolved
backend/main.py Outdated Show resolved Hide resolved
backend/core/config.py Outdated Show resolved Hide resolved
backend/core/config.py Outdated Show resolved Hide resolved
FlabKenneth
FlabKenneth previously approved these changes Apr 3, 2022
@FlabKenneth FlabKenneth added this to the v1.0.0 milestone Apr 3, 2022
@FlabKenneth FlabKenneth added flow: pending This issue/PR is being delayed. type: release This issue/PR is about a release. labels Apr 3, 2022
@FlabKenneth FlabKenneth mentioned this pull request Apr 3, 2022
@FlabKenneth FlabKenneth added this to IN PROGRESS 👨‍💻 in Project Apr 3, 2022
@FlabKenneth
Copy link
Collaborator

Conflict 해결 부탁드리겠습니다

@FlabKenneth FlabKenneth self-requested a review April 17, 2022 10:57
@oortclwd
Copy link
Collaborator Author

Conflict 해결 부탁드리겠습니다

Conflict 해결 완료했습니다.
해당 로컬 브랜치에서 작업하던 변경사항들이 develop 브랜치에 모두 반영이 된 상태입니다! (#3 )

@FlabKenneth
Copy link
Collaborator

해당 PR은 클로즈 하고,
dev -> main 으로 릴리즈 하는 PR은 추후에 하나 생성하는 것으로 하시죠!

Project automation moved this from IN PROGRESS 👨‍💻 to DONE ❤ Apr 17, 2022
@oortclwd oortclwd deleted the user-create branch April 18, 2022 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flow: pending This issue/PR is being delayed. type: release This issue/PR is about a release.
Projects
Project
DONE ❤
Development

Successfully merging this pull request may close these issues.

None yet

3 participants