Code Monkey home page Code Monkey logo

crm's Introduction

crm

项目简介

客户关系管理系统,基于 Vue + Go 实现,主要功能有仪表盘、客户管理、合同管理、产品管理,订阅等功能。

项目演示

开源 ZOCRM 官网:https://www.zocrm.cloud

技术选型

前端技术

技术 说明 相关文档
Vue.js 前端框架 https://v3.cn.vuejs.org
Vue Router 页面路由 https://router.vuejs.org
Axios 网络请求库 https://axios-http.com
Pinia 状态管理 https://pinia.vuejs.org
Vite 构建工具 https://vitejs.cn
Ant Design Vue 前端UI组件库 https://www.antdv.com
Apache ECharts 可视化图表库 https://echarts.apache.org
Moment 日期库 https://momentjs.com

后端技术

技术 说明 相关文档
Gin Web框架 https://gin-gonic.com
Gorm ORM框架 https://gorm.io
Jwt 用户认证 https://github.com/golang-jwt/jwt
Viper 配置管理 https://github.com/spf13/viper
Redis 数据缓存 https://github.com/go-redis/redis
Mail 邮件服务SDK https://github.com/go-gomail/gomail

快速运行

系统运行环境:

环境 版本 下载地址
go >= 1.19.2 https://golang.google.cn/dl
mysql >= 8.0.31 https://www.mysql.com/downloads
redis >= 7.0.5 https://redis.io/download
node >= 18.12.0 https://nodejs.org/en/download

在终端中,执行如下命令,初始化并运行。

$ cd server
$ go mod tidy
$ go build -o server main.go (windows编译命令为 go build -o server.exe main.go )

# 运行二进制
$ ./server (windows运行命令为 server.exe)

$ cd web
$ npm install
$ npm run dev

项目运行成功后,打开浏览器访问 http://127.0.0.1:8060

公众号

关注公众号「GoCode」,回复「部署指南」,获取最新版本地部署指南!

公众号图片

许可证

MIT License

Copyright (c) 2022 zchengo

crm's People

Contributors

zchengo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.