# Podman Monorepo for the Podman project. ## Structure | Directory | Purpose | | ----------- | ------------------------------------------------ | | `backend/` | Server-side application code and APIs | | `frontend/` | Client-side application / UI | | `database/` | Schema, migrations, and seed data | | `infra/` | Infrastructure, deployment, and IaC | | `shared/` | Code shared across packages (types, utils, etc.)| | `docs/` | Project documentation | ## Getting started This is the initial scaffold. Each package will be filled in as development progresses.