This is an example project for EventCatalog with the AsyncAPI generator plugin.
This example contains
- Many AsyncAPI Files
- Mapping AsyncAPI files into domains
- Versioning examples
- EventCatalog generated by AsyncAPI 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