# partner-frontend **Repository Path**: booboil/partner-frontend ## Basic Information - **Project Name**: partner-frontend - **Description**: 一款帮助大家寻找学习伙伴🧑‍🤝‍🧑的移动端网站,Booboil-Study伙伴匹配组队系统(前端代码) - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: http://175.178.172.77/ - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-07-14 - **Last Updated**: 2023-10-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: Vue, Vant, Axios ## README # Booboil - Study伙伴匹配组队系统 项目线上访问地址:http://175.178.172.77/ ## 项目描述 ​基于Vue3+Spring Boot2的移动端网站,通过该网站帮助大家进行线上组队,实现了用户登录注册、用户管理、按标签检索用户、推荐相似用户、组队等功能。 ## 技术栈 ### 前端 1. Vue 3 开发框架(提高页面开发的效率) 2. Vant UI(基于 Vue 的移动端组件库)(React 版 Zent) 3. Vite 2(打包工具,快!) 4. Axios 请求库 5. Nginx 来单机部署 ### 后端 1. Java 编程语言 + SpringBoot 框架 2. SpringMVC + MyBatis + MyBatis Plus(提高开发效率) 3. MySQL 数据库 4. Redis 缓存 (Redission分布式锁) 5. Swagger + Knife4j 接口文档 6. Gson:JSON 序列化库