Skip to content

Commit

Permalink
Feature: Swagger docs (#29)
Browse files Browse the repository at this point in the history
* Swagger docs was implemented

* Small fixes
  • Loading branch information
moiskillnadne authored Nov 25, 2024
1 parent 20a2791 commit b4348b7
Show file tree
Hide file tree
Showing 10 changed files with 2,087 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.yarn/
node_modules
.DS_Store
.idea

.env
.env.*
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
"redis": "^4.7.0",
"sequelize": "^6.37.3",
"sqlite3": "^5.1.7",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1",
"winston": "^3.14.2",
"winston-cloudwatch": "^6.3.0",
"zod": "^3.23.8"
Expand All @@ -43,6 +45,8 @@
"@types/jest": "^29.5.13",
"@types/jsonwebtoken": "^9",
"@types/node": "^22.5.4",
"@types/swagger-jsdoc": "^6.0.4",
"@types/swagger-ui-express": "^4.1.7",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"esbuild": "^0.23.1",
Expand Down
Loading

0 comments on commit b4348b7

Please sign in to comment.