unacez / goblog

Goblog is a simple Bootstrap Golang with Iris Go as its core. You may use this on your project as a fresh MVC structure.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Goblog

GobloG

Goblog is a simple Bootstrap Golang with Iris Go as its core. You may use this on your project as a fresh MVC structure.


Well, I created my own folder structure as simple as possible


It includes the following package :

Prerequisites

  • Golang

Installation

git clone https://github.com/telingadigital/goblog
goblog
cd goblog
go install
cp .env.example .env
go run goblog.go
// open at http://localhost:8080

About

Goblog is a simple Bootstrap Golang with Iris Go as its core. You may use this on your project as a fresh MVC structure.


Languages

Language:Go 87.1%Language:JavaScript 12.9%