Skip to content

Commit

Permalink
feat: 리포지토리 설정 (#38)
Browse files Browse the repository at this point in the history
* build: 📦 dotenv 추가

* feat: typeorm을 위한 database providers 추가

* feat: database provider 추가

* feat: database 모듈 추가

* feat: 데이터베이스 엔티티 추가

* feat: 리포지토리 파일 작성

* feat: 컨트롤러 작성

* feat: 서비스에서 리포지토리 호출하도록 변경

* feat: app module에 histories repository 추가

* feat: 생성자 수정

* style: ts 문법에 맞게 수정

* build: 📦 패키지 수정

dotenv를 위한 node 패키지 업데이트, typeorm 및 mysql2 추가

* build: 📦 패키지 업데이트에 따른 lock파일 갱신

* feat: 리포지토리 파일 삭제

* feat: 🔧 dotenv를 위한 types: ["node"] 추가

* feat: ✨ app module에 데이터베이스 연결하는 소스 추가

* feat: entities 경로 설정

* feat: histories module 설정

* feat: histories provider로 histories의 리포지토리 설정 및 의존성 주입

* feat: histories 리포지토리를 사용하도록 변경

* chore: ✏️ 오타 수정

* build: 📦 main에 있는 lock 파일 가져옴

* build: 📦 main에 있는 package.json 파일 가져옴

* build: 🔀 main에 있는 tsconfig.json 가져옴

* build: 📦 누락된 패키지 추가
  • Loading branch information
nyj001012 authored Sep 10, 2024
1 parent 76a77f7 commit 805fb75
Show file tree
Hide file tree
Showing 41 changed files with 1,512 additions and 207 deletions.
42 changes: 0 additions & 42 deletions .github/workflows/autofix.yml

This file was deleted.

46 changes: 0 additions & 46 deletions .github/workflows/ci.yml

This file was deleted.

14 changes: 0 additions & 14 deletions .vscode/settings.json

This file was deleted.

3 changes: 3 additions & 0 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
"@nestjs/core": "^10.0.0",
"@nestjs/platform-express": "^10.0.0",
"@nestjs/swagger": "^7.4.0",
"@nestjs/typeorm": "^10.0.2",
"dotenv": "^16.4.5",
"mysql2": "^3.11.0",
"nestjs-zod": "^3.0.0",
"reflect-metadata": "^0.2.0",
"rxjs": "^7.8.1",
Expand Down
Loading

0 comments on commit 805fb75

Please sign in to comment.