Add basic swagger autogen

This commit is contained in:
Maidul Islam
2023-01-09 12:49:17 -05:00
parent a55b271525
commit f9e6ac2496
6 changed files with 2713 additions and 42 deletions

View File

@@ -28,6 +28,8 @@ services:
- ./backend/src:/app/src
- ./backend/nodemon.json:/app/nodemon.json
- /app/node_modules
- ./backend/api-documentation.json:/app/api-documentation.json
- ./backend/swagger.ts:/app/swagger.ts
command: npm run dev
env_file: .env
environment: