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
- Copy
.env.exampleto.env - Run
docker compose up -d - Run
npm run db:migrate - Run
npm run dev - Check
/api/healthfor service status