Skip to content

Commit

Permalink
Merge pull request #6 from DEV-dsm/analyzingResultReport
Browse files Browse the repository at this point in the history
(#5) ✨ :: feat :: new feature analyzingResultReport
  • Loading branch information
12xii authored Nov 22, 2023
2 parents 9c87884 + 9e8b6c1 commit 46f3358
Show file tree
Hide file tree
Showing 87 changed files with 2,812 additions and 51 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
.env
node_modules
node_modules

# result
result
upload
143 changes: 141 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"multer": "^1.4.5-lts.1",
"mysql2": "^3.6.1",
"pdf2json": "^3.0.4",
"typeorm": "^0.3.17"
Expand Down
Loading

0 comments on commit 46f3358

Please sign in to comment.