# Datacat A data catalog for API documentation. Import YAML files (AsyncAPI / OpenAPI) and generate HTML documentation automatically via AsyncAPI CLI and Redocly CLI. ## Quick start ```bash # Dev (Docker) pnpm run dev # Dev (local) cd back && pnpm run start:dev cd front-public && pnpm run start ``` ## URLs (dev) - Frontend: https://datacat.dev.chmod777.dev - API: https://api.datacat.dev.chmod777.dev - Local frontend: http://localhost:4200 - Local API: http://localhost:3000 ## See CLAUDE.md for the full implementation guide.