You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
npmrun 02e070681d chore: update package dependencies to specific versions 1 week ago
app Add drizzle-zod and zod dependencies, refactor API handler for user retrieval, and introduce response handler utility 1 week ago
build-files Switch database from MySQL to PostgreSQL, update dependencies, and modify migration scripts accordingly. Adjust README and configuration files to reflect the new database setup. 1 week ago
packages chore: update package dependencies to specific versions 1 week ago
public init 1 week ago
scripts Switch database from MySQL to PostgreSQL, update dependencies, and modify migration scripts accordingly. Adjust README and configuration files to reflect the new database setup. 1 week ago
server chore: update package dependencies to specific versions 1 week ago
.env.example 更新 '.env.example' 1 week ago
.gitignore init 1 week ago
README.md Add drizzle-zod and zod dependencies, refactor API handler for user retrieval, and introduce response handler utility 1 week ago
bun.lock chore: update package dependencies to specific versions 1 week ago
nuxt.config.ts init 1 week ago
package.json chore: update package dependencies to specific versions 1 week ago
tsconfig.json init 1 week ago

README.md

文档

开发与部署

用 Linux 开发与部署,包管理器采用 bun@1.3.11。数据库为 postgres(通过 DATABASE_URL 连接;本地可参考 .env.example 复制为 .env.local)。部署时可直接打包 .output 目录,在服务器环境执行迁移命令,省时省力。

计划

  • 支持定时任务