akhansari / gopaper

A very simple blog engine written in Go using the Google AppEngine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gopaper

A very simple blog engine written in [Go] (http://golang.org/) using the [Google AppEngine] (https://developers.google.com/appengine/).

This is a side project for the purpose of learning the Go language.

installation

  • Follow the instructions to download the App Engine SDK for Go and set it up in your environment.
  • Get this repository to a local directory : git clone --recursive https://github.com/akhansari/gopaper.git
  • Finally CD into the directory and run : goapp serve
  • Try the app out by visiting http://localhost:8080 and http://localhost:8080/backend for the backend.

About

A very simple blog engine written in Go using the Google AppEngine.

License:MIT License


Languages

Language:Go 62.6%Language:HTML 34.7%Language:CSS 2.7%