This is an example project for EventCatalog with the OpenAPI generator plugin.
This example contains
- Many OpenAPI Files
- Mapping OpenAPI files into domains
- Versioning examples
- EventCatalog generated by OpenAPI files
- Clone this project
- Run
npm install
- Run the generators
npm run generate
- Run the catalog
npm run dev
- View your catalog at https://localhost:3000