https://github.com/proselytecoding/lianliestation
“连理e站”,React+Node+MySQL实现。一个响应式支持移动端/PC端的全栈应用,配合微信服务号搭载,提供校园集市与树洞等校园生活服务,支持多样的个性化设置。配套完整的后台管理系统与服务号运营体系。
https://github.com/proselytecoding/lianliestation
ai dut e-commerce expressjs full-stack html-css-javascript market nginx nodejs react redis sass typescript zustand
Last synced: about 2 months ago
JSON representation
“连理e站”,React+Node+MySQL实现。一个响应式支持移动端/PC端的全栈应用,配合微信服务号搭载,提供校园集市与树洞等校园生活服务,支持多样的个性化设置。配套完整的后台管理系统与服务号运营体系。
- Host: GitHub
- URL: https://github.com/proselytecoding/lianliestation
- Owner: ProselyteCoding
- License: mit
- Created: 2025-01-20T16:48:35.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-08-10T10:01:20.000Z (about 2 months ago)
- Last Synced: 2025-08-10T12:10:30.149Z (about 2 months ago)
- Topics: ai, dut, e-commerce, expressjs, full-stack, html-css-javascript, market, nginx, nodejs, react, redis, sass, typescript, zustand
- Language: TypeScript
- Homepage: https://www.lianliestation.xin/
- Size: 62.6 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LianliEStation 连理e站
连理e站 —— 校园智联生活平台
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]
连理e站
连理e站 —— 校园智联生活平台
![]()
探索本项目的文档 »
查看Demo
·
报告Bug
·
提出新特性
## 目录
- [上手指南](#上手指南)
- [使用指南](#使用指南(访问网站,无需安装))
- [开发前的配置要求](#开发前的配置要求)
- [安装步骤](#安装步骤)
- [文件目录说明](#文件目录说明)
- [开发的架构](#开发的架构)
- [部署](#部署)
- [使用到的框架](#使用到的框架)
- [贡献者](#贡献者)
- [如何参与开源项目](#如何参与开源项目)
- [版本控制](#版本控制)
- [作者](#作者)
- [鸣谢](#鸣谢)### 上手指南
#### 日常使用指南(访问网站,无需安装)
1. 使用微信搜索"连理e站"服务号并关注
2. 点击页面左下角"连理e站"链接跳转
3. 完成注册后登录即可访问使用#### 开发前的配置要求
1. 已安装并配置了 `Node.js` 环境
2. 全局安装了 `npm` 作为包管理器#### 安装步骤
1. 克隆仓库
```sh
git clone https://github.com/ProselyteCoding/LianliEStation.git
```2. 安装依赖包
```sh
# 前端依赖包安装
cd frontend
npm install
```
```sh
# 后端依赖包安装
cd ../server
npm install
```### 文件目录说明
```
# 正在开发阶段,目录变化频繁,暂时不便给出
```### 开发的架构
请阅读项目中的说明文档,暂未统一整理。
### 部署
IP地址: [47.94.198.49](http://47.94.198.49/)
### 使用到的框架
- [React](https://react.dev/)
- [Express](https://expressjs.com/)### 贡献者
请阅读**CONTRIBUTING.md** 查阅为该项目做出贡献的开发者。目前暂未创建该文件。
#### 如何参与开源项目
贡献使开源社区成为一个学习、激励和创造的绝佳场所。你所作的任何贡献都是我们**非常感谢**的。
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request### 版本控制
该项目使用 Git 进行版本管理。您可以在 repository 参看当前可用版本。
### 作者
Proselyte
- GitHub: https://github.com/ProselyteCoding
- 邮箱: fan042182@gmail.com 或 3197908785@qq.com
- qq: 3197908785_您也可以在贡献者名单中参看所有参与该项目的开发者。_
### 版权说明
该项目签署了 MIT 授权许可,详情请参阅 [LICENSE.txt](https://github.com/ProselyteCoding/LianliEStation/blob/main/LICENSE)
### 鸣谢
感谢所有为“连理e站”的设计、开发、测试、上线做出贡献的同学!特别感谢 **Wzy 学长** 和 **OurEDA 红色狐狸老师** 的支持与指导。
[your-project-path]: ProselyteCoding/LianliEStation
[contributors-shield]: https://img.shields.io/github/contributors/ProselyteCoding/LianliEStation.svg?style=flat-square
[contributors-url]: https://github.com/ProselyteCoding/LianliEStation/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/ProselyteCoding/LianliEStation.svg?style=flat-square
[forks-url]: https://github.com/ProselyteCoding/LianliEStation/network/members
[stars-shield]: https://img.shields.io/github/stars/ProselyteCoding/LianliEStation.svg?style=flat-square
[stars-url]: https://github.com/ProselyteCoding/LianliEStation/stargazers
[issues-shield]: https://img.shields.io/github/issues/ProselyteCoding/LianliEStation.svg?style=flat-square
[issues-url]: https://img.shields.io/github/issues/ProselyteCoding/LianliEStation.svg
[license-shield]: https://img.shields.io/github/license/ProselyteCoding/LianliEStation.svg?style=flat-square
[license-url]: https://github.com/ProselyteCoding/LianliEStation/blob/main/LICENSE
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=flat-square&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/ProselyteCoding