[Build] Swagger
Changes
- command/script
yarn swagger
added
using libs:
- swagger-autogen
- swagger-ui-express
PS:
The json file is generated inside dist/configs/
, by the command yarn swagger
This command can generate base structures routes in swagger, just the structure. Need to complete manually
Change type
- Build (Change on configuration)
- Breaking change (Change with potential of breaking a part of the project)
Screenshots
Code quality
- My code follows the defined guidelines
- I have reviewed and tested my code
- My changes don't cause new warnings
- My code has relevant tests
- My unit tests are passing