Skip to content

Commit

Permalink
feat: typeorm 연동, db 연동
Browse files Browse the repository at this point in the history
  • Loading branch information
rladydgn committed Nov 13, 2023
1 parent 890f099 commit 51ab75c
Show file tree
Hide file tree
Showing 4 changed files with 417 additions and 47 deletions.
5 changes: 4 additions & 1 deletion be/algo-with-me-api/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,7 @@ lerna-debug.log*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/extensions.json

# nest 환경 변수
.env
6 changes: 5 additions & 1 deletion be/algo-with-me-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,14 @@
},
"dependencies": {
"@nestjs/common": "^10.0.0",
"@nestjs/config": "^3.1.1",
"@nestjs/core": "^10.0.0",
"@nestjs/platform-express": "^10.0.0",
"@nestjs/typeorm": "^10.0.0",
"pg": "^8.11.3",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.1"
"rxjs": "^7.8.1",
"typeorm": "^0.3.17"
},
"devDependencies": {
"@nestjs/cli": "^10.0.0",
Expand Down
Loading

0 comments on commit 51ab75c

Please sign in to comment.