Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 793 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 793 Bytes

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