Code Monkey home page Code Monkey logo

hhc26 / dilu Goto Github PK

View Code? Open in Web Editor NEW

This project forked from baowk/dilu

0.0 0.0 0.0 737 KB

一个golang的快速开发脚手架,基于Gin + Gorm + Vue3 + Element plus(vue-pure-admin)Saas化设计,可支持多团队(租户),基础用户管理功能,jwt鉴权,代码生成器,权限管理,表单构建,因夫人工作需要,简单做了一个crm系统,DEMO:http://dilu.youwan.art

Go 97.64% HTML 2.09% Dockerfile 0.27%

dilu's Introduction

dilu

简介

的卢,是golang下的一套web快速框架,系统基于gin+gorm封装,并实现了代码自动生成。

  • 前端基于vue3+element-plus点我查看
  • 演示地址,系统做了saas化设计,主账号直接dilu登录,团队账户为tangtang,密码默认。

安装使用

  • 获取项目代码
git clone https://github.com/baowk/dilu.git
  • 安装依赖
cd dilu
go mod tidy
  • 初始化 mysql 创建两个库,dulu-db,dental-db 导入基础数据 resources\dbs\dental-db.sql resources\dbs\dilu-db.sql 修改数据库配置 resources\config.dev.yaml
dbcfg: # 数据库配置
  driver: mysql  
  dns: root:12345678@tcp(127.0.0.1:3306)/dilu-db?charset=utf8&parseTime=True&loc=Local&timeout=1000ms  # 数据库连接字符串

  dbs:      
    - dental:    #子配置会继承父配置
        dns: root:12345678@tcp(127.0.0.1:3306)/dental-db?charset=utf8&parseTime=True&loc=Local&timeout=1000ms  # 数据库连接字符串
  • 运行
go run main.go start -c resources/config.dev.yaml

前端使用请跳至前端

dilu's People

Contributors

baowk avatar brinjaul-smile 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.