Skip to content

Commit 5ca708a

Browse files
authored
Merge pull request #1 from Vignesh-30/branch-endpoints
merge branch endpoints
2 parents 23ed5f4 + 4fd5374 commit 5ca708a

File tree

594 files changed

+118941
-99
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

594 files changed

+118941
-99
lines changed

.DS_Store

6 KB
Binary file not shown.

backend/.DS_Store

6 KB
Binary file not shown.

backend/question-service/package-lock.json

Lines changed: 272 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/question-service/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@
2222
"dependencies": {
2323
"@nestjs/common": "^10.0.0",
2424
"@nestjs/core": "^10.0.0",
25+
"@nestjs/mongoose": "^10.0.10",
2526
"@nestjs/platform-express": "^10.0.0",
27+
"class-transformer": "^0.5.1",
28+
"class-validator": "^0.14.1",
29+
"nestjs": "^0.0.1",
2630
"reflect-metadata": "^0.2.0",
2731
"rxjs": "^7.8.1"
2832
},

0 commit comments

Comments
 (0)