Development
Meerkat CRM is a two-service application: a Go REST API and a React SPA. Both run independently during development.
- Architecture — request flow, middleware, database, frontend patterns
- Backend — setup, conventions, adding endpoints, migrations
- Frontend — setup, conventions, hooks, translations
- Testing — unit, integration, and E2E tests
- Contributing — workflow, code style, pull requests