https://github.com/aceld/ihome
基于Beego完成的合租短租web服务
https://github.com/aceld/ihome
Last synced: 3 months ago
JSON representation
基于Beego完成的合租短租web服务
- Host: GitHub
- URL: https://github.com/aceld/ihome
- Owner: aceld
- Created: 2017-11-10T10:53:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-27T07:04:39.000Z (almost 7 years ago)
- Last Synced: 2025-05-13T12:48:13.515Z (about 1 year ago)
- Language: Go
- Size: 6.63 MB
- Stars: 56
- Watchers: 5
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iHome
iHome 是一个O2O租房短租解决方案的项目。此版本为Golang后端版本,后端Web服务器采用给予Beego的MVC框架,文件系统采用fastDFS集群方式。
## 一、部署程序
### 1 部署数据库
参考 iHome/conf/app.conf部署mysql数据库
### 2 部署fastDFS
### 3 启动程序
```bash
$go run main.go
```
## 二、文档资料
https://legacy.gitbook.com/book/aceld/how-do-go/details
## 三、效果图





