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.
 
谢亚昕 e4f366988f 新增收藏网站管理功能,包括前端样式、后端API和数据库模型 2 days ago
.specstory feat: 更新路由系统并添加错误响应格式化功能 2 months ago
.trae feat: 重构项目结构并添加静态文件服务和路由功能 2 months ago
.vscode feat: 修复问题 2 weeks ago
database 新增收藏网站管理功能,包括前端样式、后端API和数据库模型 2 days ago
public 新增收藏网站管理功能,包括前端样式、后端API和数据库模型 2 days ago
scripts 新增 Windows 和 Linux 版本的 Docker 构建脚本,支持镜像构建、容器运行、资源清理及帮助信息显示 2 days ago
src 新增收藏网站管理功能,包括前端样式、后端API和数据库模型 2 days ago
.cursorindexingignore feat: 更新路由系统并添加错误响应格式化功能 2 months ago
.dockerignore 新增 Dockerfile 和 docker-compose.yml 文件,配置多阶段构建和服务管理 2 days ago
.gitignore init 2 months ago
.npmrc init 2 months ago
.prettierrc init 2 months ago
Dockerfile 新增 Dockerfile 和 docker-compose.yml 文件,配置多阶段构建和服务管理 2 days ago
README.md feat: 更新文档和路由中间件,支持中间件链 2 months ago
bun.lockb 为注册功能添加验证码机制和安全增强 2 weeks ago
docker-compose.yml 新增 Dockerfile 和 docker-compose.yml 文件,配置多阶段构建和服务管理 2 days ago
entrypoint.sh feat: 添加 Vite 配置文件,设置构建和插件选项 2 months ago
jsconfig.json feat: add site configuration management with database migration and seeding 2 months ago
knexfile.mjs init 2 months ago
package.json 为注册功能添加验证码机制和安全增强 2 weeks ago
vite.config.ts feat: 添加 Vite 配置文件,设置构建和插件选项 2 months ago

README.md

koa3-demo

当前支持功能:

  • 路由
  • 日志
  • 权限
  • 数据库
  • 缓存
  • 界面
  • 定时任务
  • htmx