Giter8 template to develop Admin Control Panel
in Go using Echo framework.
Latest release: template-v0.4.r2.
Demo: https://demo-goadmin.herokuapp.com/.
- Create new project from template with go-giter8.
- Built on Echo framework v4.
Landing page
using Greyscale template.Admin Control Panel
using AdminLTE v3 - Bootstrap Admin Dashboard Template:- Login page & Logout
- Dashboard
- Profile page & Change password
- User & User group management (list, create, update, delete)
- BO & DAO implementation using SQLite3
- Sample
.gitlab-ci.yaml
&Dockerfile
to package application as Docker image.
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 make sense to use go-giter8.
See go-giter8 website for installation guide.
g8 new btnguyen2k/goadmin.g8
and follow the instructions.
Note: This template requires
go-giter8
version0.3.2
or higher.
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, so feel free to reference or modify to build your own application.
See LICENSE.md for details.
For information on giter8 templates, please see http://www.foundweekends.org/giter8/