Foundation

ERIIRA Accounts Lite

v0.1.0Sign in

Project foundation

This repository contains the initial scaffold only. Business modules are intentionally not implemented yet.

Resource prefix
eaa-{env}-
Date format
dd/MM/yyyy (dd/MM/yyyy)

Included now

  • Next.js App Router with TypeScript
  • Prisma ORM with PostgreSQL
  • Cognito Hosted UI login and protected routes
  • Docker Compose for local database
  • S3 storage placeholders
  • ZeptoMail email placeholders

Next steps

  • Add business modules (Company Settings, Chart of Accounts, etc.)
  • Wire S3 document uploads
  • Wire ZeptoMail notifications

Local development

  1. Copy .env.example to .env
  2. Run docker compose up -d
  3. Run npm run db:migrate
  4. Run npm run dev
  5. Check /api/health for service status