No description
  • TypeScript 80.9%
  • Shell 19.1%
Find a file
2025-12-29 22:25:32 +00:00
common Implement basic schemas for user data: domain model -> entity model (restructuring required for consistent semantics) 2025-12-29 22:25:32 +00:00
docs/requirements Update architecture doc. 2025-12-29 00:41:02 +00:00
scripts Use mise-en-place CLI tool ('mise') to orchestrate local development environment, supporting Docker containers; use LocalStack ('localstack') for AWS emulation. 2025-12-27 02:03:12 +00:00
server Initial setup of common (shared) and server-side code. 2025-12-28 20:58:27 +00:00
.editorconfig Add basic project configuration (pnpm for Node.js dependency management, TypeScript, prettier for formatting). 2025-12-27 02:41:28 +00:00
.gitignore Initial setup of common (shared) and server-side code. 2025-12-28 20:58:27 +00:00
.prettierignore Add basic project configuration (pnpm for Node.js dependency management, TypeScript, prettier for formatting). 2025-12-27 02:41:28 +00:00
LICENSE.md Add ISC license file. 2025-12-28 00:49:13 +00:00
mise.toml Use mise-en-place CLI tool ('mise') to orchestrate local development environment, supporting Docker containers; use LocalStack ('localstack') for AWS emulation. 2025-12-27 02:03:12 +00:00
package.json Initial setup of common (shared) and server-side code. 2025-12-28 20:58:27 +00:00
pnpm-lock.yaml Initial setup of common (shared) and server-side code. 2025-12-28 20:58:27 +00:00
prettier.config.mts Add basic project configuration (pnpm for Node.js dependency management, TypeScript, prettier for formatting). 2025-12-27 02:41:28 +00:00
tsconfig.base.json Initial setup of common (shared) and server-side code. 2025-12-28 20:58:27 +00:00
tsconfig.json Initial setup of common (shared) and server-side code. 2025-12-28 20:58:27 +00:00