Skip to content

GoAdminGroup/example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
chenhg5
May 22, 2024
956d614 · May 22, 2024
Apr 17, 2020
Apr 14, 2020
Apr 15, 2020
Jun 18, 2020
May 22, 2024
May 22, 2024
Apr 14, 2020
Feb 21, 2021
Sep 25, 2019
May 19, 2020
May 22, 2024
May 22, 2024
May 19, 2020
May 22, 2024
Aug 4, 2020
May 22, 2024
May 22, 2024
May 22, 2024
May 22, 2024
Aug 4, 2020
May 22, 2024

Repository files navigation

GoAdmin Example

中文说明

A example show how to run go-admin. Just for reference, here to know more.

Following three ways to run the code.

If you are Windows user, go-sqlite-dirver require to download the gcc to make it work.

use go module

To use go module, you should set GO111MODULE=on first.

step 1

git clone https://github.com/GoAdminGroup/example.git

step 2

cd example
GO111MODULE=on go run .

visit: http://localhost:9033/admin

use docker

step 1

git clone https://github.com/GoAdminGroup/example.git

step 2

cd example
docker build -t go-admin-example .

step 3

docker attach $(docker run -p 9033:9033 -it -d go-admin-example /bin/bash -c "cd /go/src/app && GOPROXY=http://goproxy.cn GO111MODULE=on go run .")

visit: http://localhost:9033/admin

About

A simple example show how to quickly run GoAdmin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published