[x] I have run npm test locally and all tests are passing.
[x] I have added/updated documentation for any new behavior.
PR Description
Add a new section about how to learn bauta.js. This is not a guide but more a small document to help a newcomer to bauta.js in the learning process giving him a very high level of what bauta.js is about. It is based in how to give answer to the questions given in this article
Refactor of both example projects for fastify and express. The following is a non-inclusive list of the main points:
Improve the swagger and correct a few small mistakes.
Unify the swagger: now both projects have an exact copy of the same swagger.
Improve the structure for the bautajs-express-example
Improve the structure for the bautajs-fastify-example
Align the configuration to make both projects have the same exact url
Pull Request Template
PR Checklist
npm test
locally and all tests are passing.PR Description
Add a new section about how to learn bauta.js. This is not a guide but more a small document to help a newcomer to bauta.js in the learning process giving him a very high level of what bauta.js is about. It is based in how to give answer to the questions given in this article
Refactor of both example projects for fastify and express. The following is a non-inclusive list of the main points: