POC for a PDF export server with admin interface. The stack is based on nuxt 3.
bun install
bun devThe development server is on http://localhost:3000:
Build the application for production:
bun build- Schema validation with zod
- Middleware to validate input schema
- Middleware to get context from auth cookie
- Automatic security check for permissions
- Automatic audit logs for mutations
- Shared types between frontend and backend (provided via nuxt)