Giter VIP home page Giter VIP logo

docker-go-admin's Introduction

Docker Go Admin 项目模板

  • Docker
  • GoAdmin
  • Iris
  • GORM
  • Postgres

GoAdmin 介绍

GoAdmin 是一个帮你快速搭建数据可视化管理应用平台的框架。

目录介绍

.
├── Makefile            Makefile
├── adm.ini             adm配置文件
├── build               二进制构建目标文件夹
├── config.yml          配置文件
├── go.mod              go.mod
├── go.sum              go.sum
├── html                前端html文件
├── logs                日志
├── main.go             入口文件
├── main_test.go        测试文件
├── pages               页面控制器
├── tables              数据模型
└── uploads             上传文件夹

生成CRUD数据模型

在线工具

管理员身份运行后,访问:http://127.0.0.1:80/admin/info/generate/new

使用命令行工具

adm generate -l cn -c adm.ini

Docker-Go-Admin使用方式

导入框架数据库

docker compose up --build db -d
bash ./dump_data.sh

启动服务

第一次启动一定要先导入框架数据库

docker compose up --build -d

docker-go-admin's People

Contributors

parad1se98 avatar

Watchers

 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.