Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
413 contributions in the last year
Activity overview
Contribution activity
November 1, 2020
Created an issue in boostcamp-2020/IssueTracker-15 that received 3 comments
ORM 환경설정 .env에서 ormconfig.ts로 이사가는게 어떨까요?
의논거리 .env를 사용했습니다.
이를 ormconfig.ts 으로 바꾸는게 어떨까 의논하고 싶습니다.
테스팅을 하기 위해서 데이터베이스 두 개를 사용할까 합니다.
데이터베이스 하나는 실제 서비스 DB이고, 하나는 …