Skip to content
forked from iskaliyang/gincrm

客户关系管理系统(CRM),基于 Vue3 + ant-design-vue + Go + Gin + MySQL + Redis 实现,主要功能有仪表盘、客户管理、合同管理、产品管理、配置、订阅、支付宝支付、微信支付等功能。

License

Notifications You must be signed in to change notification settings

timtoday/gincrm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

项目简介

本项目是对zchengo开源的 https://github.com/zchengo/crm 项目的学习,即跟着开源的项目写一遍,并对小部分地方进行了修改、优化,对无法正常运行的地方进行了修复。

感谢zchengo的开源。

功能清单

  • 登录
  • 仪表盘
  • 客户模块
  • 合同模块
  • 产品模块
  • 配置模块
  • 订阅模块
  • 操作日志
  • 支付宝支付
  • 微信支付
  • 注册
  • 找回密码

项目预览

image-20241018145957372

image-20241018145915799

image-20241018150012652

image-20241018150022268

image-20241018150053476

image-20241018150105706

image-20241018150121633

快速开始

环境

名称 版本 说明
Go 1.20.2
MySQL 8.0.32
Redis 4.0.8
node 18.15.0
vite 5.2.8
Vue 3.4.21
vue-router 4.3.0
ant-design-vue 4.2.3

运行

1.克隆项目到本地

2.将db/gincrm.sql数据导入到数据库

3.将server/config.yml.template复制一份,改名为config.yml,修改配置信息为自己的信息

4.终端行执行:

启动服务端:

cd server
go mod tidy
go run main.go

启动前端

cd web
npm install
npm run dev

License

MIT License

Copyright (c) 2024 iskali

About

客户关系管理系统(CRM),基于 Vue3 + ant-design-vue + Go + Gin + MySQL + Redis 实现,主要功能有仪表盘、客户管理、合同管理、产品管理、配置、订阅、支付宝支付、微信支付等功能。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 70.9%
  • Vue 15.3%
  • Go 13.4%
  • Other 0.4%