Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/event-catalog/eventcatalog-openapi-example
Example of EventCatalog with OpenAPI files
https://github.com/event-catalog/eventcatalog-openapi-example
documentation eventcatalog openapi
Last synced: about 1 month ago
JSON representation
Example of EventCatalog with OpenAPI files
- Host: GitHub
- URL: https://github.com/event-catalog/eventcatalog-openapi-example
- Owner: event-catalog
- Created: 2024-09-06T10:02:44.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-27T13:52:19.000Z (about 2 months ago)
- Last Synced: 2024-10-02T07:42:16.439Z (about 2 months ago)
- Topics: documentation, eventcatalog, openapi
- Language: JavaScript
- Homepage: https://www.eventcatalog.dev/docs/openapi
- Size: 442 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EventCatalog OpenAPI Example
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### Getting Started
1. Clone this project
1. Run `npm install`
1. Run the generators `npm run generate`
1. Run the catalog `npm run dev`
1. View your catalog at https://localhost:3000