https://github.com/pwcong/img-hosting
Simple Free Image Hosting
https://github.com/pwcong/img-hosting
echo image-hosting vue
Last synced: about 1 month ago
JSON representation
Simple Free Image Hosting
- Host: GitHub
- URL: https://github.com/pwcong/img-hosting
- Owner: pwcong
- License: mit
- Created: 2017-04-24T10:54:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T01:32:05.000Z (over 2 years ago)
- Last Synced: 2024-04-14T21:47:26.093Z (about 1 year ago)
- Topics: echo, image-hosting, vue
- Language: Vue
- Size: 3.15 MB
- Stars: 14
- Watchers: 3
- Forks: 0
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IMG HOSTING
IMG HOSTING 是个简单而实用的图库系统,Golang + Vue,前后分离。

## 安装
0. 搭建 Golang 开发环境,搭建 NodeJS 开发环境,准备好 MySQL 和 Redis 数据库
1. `项目根目录` 中执行 `go get ./` 安装所有 Golang 依赖包,然后执行 `go build` 构建二进制执行文件
2. `项目根目录/view` 中执行 `npm install` 安装所有 NodeJS 依赖包,然后执行 `npm run build` 生成前端文件
3. 修改 `项目根目录/config/default.toml` 配置文件
4. 执行第一步生成的二进制文件启动系统## 技术栈
**后端(Golang):**
* Echo
* Gorm
* jwt-go
* go-redis**前端(Vue):**
* Webpack
* Vue + Vuex + Vue-Router
* element-ui
* moment
* chance