A-Najmabadi / golang-blog

a simple blog for deploying and tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

golang-getting-started

first steps with Golang Projects in Liara

Availabe Branches

  1. Disk setup
  2. Object Storage In Liara
  3. Dockerized Go For Deploying

Blog Website For Test

Installation

  git clone https://github.com/liara-cloud/golang-getting-started.git
  cd golang-getting-started
  cp .env.example .env
  • or if you're using windows, just rename .env.example to .env
  • configure your environment variables
  mkdir static/images
  • or if you're using windows, create image folder in static folder
  go run main.go
  • if you need to Live reload, you can use air:
  air

Documentation

Read more on liara Golang apps documentation

About

a simple blog for deploying and tests


Languages

Language:HTML 47.4%Language:Go 39.7%Language:CSS 12.9%