# Generic-System-Template **Repository Path**: wx_zed/generic-system-template ## Basic Information - **Project Name**: Generic-System-Template - **Description**: 通用的基础系统框架,包含登录,账号,用户管理。旨在减少重复的开发,快速构建,通过API对接业务系统。 - **Primary Language**: JavaScript - **License**: Unlicense - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-11 - **Last Updated**: 2024-07-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Generic-System-Template #### 介绍 单体架构基础模板,基于nextjs + typescript + mogodb + pressql,基于pnpm workspace协议实践monorepo #### 软件架构 项目入口`./main` #### 安装教程 1. pnpm install #### 使用说明 1. `cd ./main` 2. `npm dev` or `yarn dev` #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request