Guides
Practical guides for working with Archipel packages in your NestJS application.
| Guide | What you'll learn |
|---|---|
| Getting Started | Install packages, register your first module, implement ports, and run the app. |
| Implementing Ports | How the port/adapter pattern works, how to write adapters, and how to test them. |
| Testing | Unit testing services, testing port adapters, integration testing with real databases. |
| TSDoc Guidelines | Documentation standards for public APIs and generated reference pages. |