anlt149 / goadmin.g8

Giter8 template to build Admin Control Panel for Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

goadmin.g8

Actions Status codecov Release

Giter8 template to build Admin Control Panel for Go.

Demo: https://demo-goadmin.gpvcloud.com/.

Features

Getting Started

Install go-giter8

This a Giter8 template, so it is meant to be used in conjunction with a giter8 tool. Since this is a template for Go application, it makes sense to use go-giter8.

See go-giter8 website for installation guide.

Create new project from template

$ g8 new btnguyen2k/goadmin.g8

and follow the instructions.

Note: This template requires go-giter8 version 0.3.2 or higher.

Write application code

Directory src/goadmin is reserved for GoAdmin framework, do not put application source code there.

Source code under directory src/myapp is the sample Admin Control Panel itself. It is a good starting point, feel free to reference or modify to build your own application.

LICENSE & COPYRIGHT

See LICENSE.md for details.

Giter8 template

For information on giter8 templates, please see http://www.foundweekends.org/giter8/

About

Giter8 template to build Admin Control Panel for Go.

License:MIT License


Languages

Language:JavaScript 75.7%Language:HTML 17.1%Language:CSS 6.5%Language:Go 0.7%Language:Dockerfile 0.0%Language:Shell 0.0%