Started to add Swagger doc

This commit is contained in:
Florian Sylvain
2023-02-23 14:00:01 +01:00
parent 53795764dc
commit 67733bc6c4
4 changed files with 407 additions and 1 deletions
+4
View File
@@ -26,6 +26,8 @@
"jsonwebtoken": "^9.0.0",
"nodemon": "^2.0.20",
"prisma": "^4.10.1",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^4.6.1",
"wait-on": "^7.0.1",
"zod": "^3.20.2"
},
@@ -38,6 +40,8 @@
"@types/jest": "^29.4.0",
"@types/jsonwebtoken": "^9.0.1",
"@types/supertest": "^2.0.12",
"@types/swagger-jsdoc": "^6.0.1",
"@types/swagger-ui-express": "^4.1.3",
"jest": "^29.4.1",
"npm": "^9.4.0",
"prettier": "^2.8.4",