- Add export API endpoint POST /web/v1/accounts/export
- Support two export modes: text (data strings) and object (full account objects)
- Automatically set account status to 'exported' during export
- Add comprehensive demo script that uploads, exports and verifies functionality
- Update API documentation with export endpoint details
- Add TypeScript types for export functionality
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Set origin to '*' to allow all origins
- Set allowedHeaders to '*' to allow all headers
- Add explicit methods configuration for all common HTTP methods
- Enables full cross-origin access for development and integration
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Add detailed project description and core features
- Update quick start guide with db:setup command
- Enhance project structure documentation
- Add core functionality sections
- Link to comprehensive API and design docs
- Improve formatting and organization
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>